Browse Source

Add test data

Volodymyr Tkach 1 year ago
parent
commit
4eaf3326ed
3 changed files with 13 additions and 0 deletions
  1. 3 0
      test/local/subdir/test3.css
  2. 3 0
      test/local/test2.css
  3. 7 0
      test/test.dev.css

+ 3 - 0
test/local/subdir/test3.css

@@ -0,0 +1,3 @@
+.subdir {
+    background-color: purple;
+}

+ 3 - 0
test/local/test2.css

@@ -0,0 +1,3 @@
+.local {
+    background-color: green;
+}

+ 7 - 0
test/test.dev.css

@@ -4,3 +4,10 @@
 .example {
     background-color: red;
 }
+
+/* import(./local/test2.css) */
+/* import(./local/subdir/test3.css) */
+
+.example2 {
+    background-color: yellow;
+}