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/include-path/index.scss')
-rw-r--r--node_modules/node-sass/test/fixtures/include-path/index.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/node-sass/test/fixtures/include-path/index.scss b/node_modules/node-sass/test/fixtures/include-path/index.scss
deleted file mode 100644
index 8b0f5e8..0000000
--- a/node_modules/node-sass/test/fixtures/include-path/index.scss
+++ /dev/null
@@ -1,7 +0,0 @@
-@import 'vars';
-@import 'colorBlue';
-
-body {
- background: $color;
- color: colorBlue();
-}