first commit
This commit is contained in:
0
build/node_modules/css-mqpacker/test/fixtures/empty.css
generated
vendored
Normal file
0
build/node_modules/css-mqpacker/test/fixtures/empty.css
generated
vendored
Normal file
21
build/node_modules/css-mqpacker/test/fixtures/issue50.css
generated
vendored
Normal file
21
build/node_modules/css-mqpacker/test/fixtures/issue50.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@supports (display: auto) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
21
build/node_modules/css-mqpacker/test/fixtures/keep-query-order.css
generated
vendored
Normal file
21
build/node_modules/css-mqpacker/test/fixtures/keep-query-order.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
21
build/node_modules/css-mqpacker/test/fixtures/last-comment.css
generated
vendored
Normal file
21
build/node_modules/css-mqpacker/test/fixtures/last-comment.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.bar {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
/* Comment */
|
||||
39
build/node_modules/css-mqpacker/test/fixtures/multiple-queries.css
generated
vendored
Normal file
39
build/node_modules/css-mqpacker/test/fixtures/multiple-queries.css
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.baz {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 999px) {
|
||||
.quux {
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.qux {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 999px) {
|
||||
.corge {
|
||||
z-index: 6;
|
||||
}
|
||||
}
|
||||
20
build/node_modules/css-mqpacker/test/fixtures/other-at-rule.css
generated
vendored
Normal file
20
build/node_modules/css-mqpacker/test/fixtures/other-at-rule.css
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
@import "import.css";
|
||||
|
||||
@font-face {
|
||||
font-family: F;
|
||||
src: local("F");
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 99px) {
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
29
build/node_modules/css-mqpacker/test/fixtures/single-query.css
generated
vendored
Normal file
29
build/node_modules/css-mqpacker/test/fixtures/single-query.css
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
.bar {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.bar {
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
|
||||
.baz {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
@media (min-width: 999px) {
|
||||
.baz {
|
||||
z-index: 6;
|
||||
}
|
||||
}
|
||||
33
build/node_modules/css-mqpacker/test/fixtures/sort_different-units.css
generated
vendored
Normal file
33
build/node_modules/css-mqpacker/test/fixtures/sort_different-units.css
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 2.248ch) {
|
||||
.foo {
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1.125rem) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2.29ex) {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1.0625em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 16px) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
21
build/node_modules/css-mqpacker/test/fixtures/sort_duplicate-queries.css
generated
vendored
Normal file
21
build/node_modules/css-mqpacker/test/fixtures/sort_duplicate-queries.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 1em) and (min-width: 6em) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2em) and (min-width: 5em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 3em) and (min-width: 4em) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
27
build/node_modules/css-mqpacker/test/fixtures/sort_ignore-not-queries.css
generated
vendored
Normal file
27
build/node_modules/css-mqpacker/test/fixtures/sort_ignore-not-queries.css
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 2em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media not (min-width: 1em) {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@media not screen, (min-width: 3em) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1em) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
21
build/node_modules/css-mqpacker/test/fixtures/sort_ignore-other-queries.css
generated
vendored
Normal file
21
build/node_modules/css-mqpacker/test/fixtures/sort_ignore-other-queries.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media all, (min-width: 3em) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1em) and (min-height: 1em) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
27
build/node_modules/css-mqpacker/test/fixtures/sort_ignore-print-queries.css
generated
vendored
Normal file
27
build/node_modules/css-mqpacker/test/fixtures/sort_ignore-print-queries.css
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 2em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media print and (min-width: 1em) {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@media print, (min-width: 3em) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1em) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
39
build/node_modules/css-mqpacker/test/fixtures/sort_queries.css
generated
vendored
Normal file
39
build/node_modules/css-mqpacker/test/fixtures/sort_queries.css
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 3em) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 2em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1em) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 6em) {
|
||||
.foo {
|
||||
z-index: 6;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 4em) {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 5em) {
|
||||
.foo {
|
||||
z-index: 5;
|
||||
}
|
||||
}
|
||||
27
build/node_modules/css-mqpacker/test/fixtures/sort_skip-non-min-width-queries.css
generated
vendored
Normal file
27
build/node_modules/css-mqpacker/test/fixtures/sort_skip-non-min-width-queries.css
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.foo {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 2em) {
|
||||
.foo {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-resolution: 1dppx) {
|
||||
.foo {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1em) {
|
||||
.foo {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@media tv {
|
||||
.foo {
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user