summaryrefslogtreecommitdiffstats
path: root/node_modules/node-sass/test/fixtures/watcher
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/test/fixtures/watcher')
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/main/one.scss5
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/main/partials/_one.scss5
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/main/partials/_three.scss3
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/main/partials/_two.scss5
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/main/three.scss3
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/main/two.scss3
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/sibling/partials/_three.scss3
-rw-r--r--node_modules/node-sass/test/fixtures/watcher/sibling/three.scss5
8 files changed, 0 insertions, 32 deletions
diff --git a/node_modules/node-sass/test/fixtures/watcher/main/one.scss b/node_modules/node-sass/test/fixtures/watcher/main/one.scss
deleted file mode 100644
index 414af5e..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/main/one.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "partials/one";
-
-.one {
- color: red;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/main/partials/_one.scss b/node_modules/node-sass/test/fixtures/watcher/main/partials/_one.scss
deleted file mode 100644
index 379ec65..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/main/partials/_one.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "partials/three";
-
-.one {
- color: darkred;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/main/partials/_three.scss b/node_modules/node-sass/test/fixtures/watcher/main/partials/_three.scss
deleted file mode 100644
index 1846e9a..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/main/partials/_three.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.three {
- color: darkgreen;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/main/partials/_two.scss b/node_modules/node-sass/test/fixtures/watcher/main/partials/_two.scss
deleted file mode 100644
index 7a1ace9..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/main/partials/_two.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "partials/three";
-
-.two {
- color: darkblue;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/main/three.scss b/node_modules/node-sass/test/fixtures/watcher/main/three.scss
deleted file mode 100644
index 24cab72..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/main/three.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.three {
- color: green;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/main/two.scss b/node_modules/node-sass/test/fixtures/watcher/main/two.scss
deleted file mode 100644
index 68036db..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/main/two.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.two {
- color: blue;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/sibling/partials/_three.scss b/node_modules/node-sass/test/fixtures/watcher/sibling/partials/_three.scss
deleted file mode 100644
index 1846e9a..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/sibling/partials/_three.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-.three {
- color: darkgreen;
-}
diff --git a/node_modules/node-sass/test/fixtures/watcher/sibling/three.scss b/node_modules/node-sass/test/fixtures/watcher/sibling/three.scss
deleted file mode 100644
index 4e9d1a7..0000000
--- a/node_modules/node-sass/test/fixtures/watcher/sibling/three.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-@import "partials/three";
-
-.three {
- color: green;
-}