first commit
This commit is contained in:
30
build/node_modules/css-mqpacker/test/expected/multiple-queries.css
generated
vendored
Normal file
30
build/node_modules/css-mqpacker/test/expected/multiple-queries.css
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.baz {
|
||||
z-index: 3;
|
||||
}
|
||||
.qux {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 999px) {
|
||||
.quux {
|
||||
z-index: 5;
|
||||
}
|
||||
.corge {
|
||||
z-index: 6;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user