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