summaryrefslogtreecommitdiffstats
path: root/node_modules/node-sass/test/fixtures/cwd-include-path
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/node-sass/test/fixtures/cwd-include-path')
-rw-r--r--node_modules/node-sass/test/fixtures/cwd-include-path/expected.css2
-rw-r--r--node_modules/node-sass/test/fixtures/cwd-include-path/outside.scss3
-rw-r--r--node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss1
3 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/node-sass/test/fixtures/cwd-include-path/expected.css b/node_modules/node-sass/test/fixtures/cwd-include-path/expected.css
new file mode 100644
index 0000000..1cfd35a
--- /dev/null
+++ b/node_modules/node-sass/test/fixtures/cwd-include-path/expected.css
@@ -0,0 +1,2 @@
+.outside {
+ color: red; }
diff --git a/node_modules/node-sass/test/fixtures/cwd-include-path/outside.scss b/node_modules/node-sass/test/fixtures/cwd-include-path/outside.scss
new file mode 100644
index 0000000..9568623
--- /dev/null
+++ b/node_modules/node-sass/test/fixtures/cwd-include-path/outside.scss
@@ -0,0 +1,3 @@
+.outside {
+ color: red;
+}
diff --git a/node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss b/node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss
new file mode 100644
index 0000000..0279f78
--- /dev/null
+++ b/node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss
@@ -0,0 +1 @@
+@import 'outside';