Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/test/fixtures/depth-first/index.scss')
-rw-r--r--node_modules/node-sass/test/fixtures/depth-first/index.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/node-sass/test/fixtures/depth-first/index.scss b/node_modules/node-sass/test/fixtures/depth-first/index.scss
deleted file mode 100644
index 09b0e76..0000000
--- a/node_modules/node-sass/test/fixtures/depth-first/index.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-$import_counter: 0;
-@import "a";
-@import "common";
-@import "b";
-
-#the-last {
- content: "LAST";
-}