first commit
This commit is contained in:
18
build/node_modules/css-mqpacker/test/expected/last-comment.css
generated
vendored
Normal file
18
build/node_modules/css-mqpacker/test/expected/last-comment.css
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/* Comment */
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
.bar {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user