first commit
This commit is contained in:
17
build/node_modules/css-mqpacker/test/expected/other-at-rule.css
generated
vendored
Normal file
17
build/node_modules/css-mqpacker/test/expected/other-at-rule.css
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@import "import.css";
|
||||
|
||||
@font-face {
|
||||
font-family: F;
|
||||
src: local("F");
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user