diff options
Diffstat (limited to 'node_modules/node-sass/test/fixtures/cwd-include-path')
3 files changed, 0 insertions, 6 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 deleted file mode 100644 index 1cfd35a..0000000 --- a/node_modules/node-sass/test/fixtures/cwd-include-path/expected.css +++ /dev/null @@ -1,2 +0,0 @@ -.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 deleted file mode 100644 index 9568623..0000000 --- a/node_modules/node-sass/test/fixtures/cwd-include-path/outside.scss +++ /dev/null @@ -1,3 +0,0 @@ -.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 deleted file mode 100644 index 0279f78..0000000 --- a/node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss +++ /dev/null @@ -1 +0,0 @@ -@import 'outside'; |