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/extras/my_custom_arrays_of_importers.js')
-rw-r--r--node_modules/node-sass/test/fixtures/extras/my_custom_arrays_of_importers.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/node-sass/test/fixtures/extras/my_custom_arrays_of_importers.js b/node_modules/node-sass/test/fixtures/extras/my_custom_arrays_of_importers.js
deleted file mode 100644
index 38c1c08..0000000
--- a/node_modules/node-sass/test/fixtures/extras/my_custom_arrays_of_importers.js
+++ /dev/null
@@ -1,12 +0,0 @@
-var sass = require('../../..');
-
-module.exports = [
- function() {
- return sass.NULL;
- },
- function() {
- return {
- contents: 'div {color: yellow;}'
- };
- }
-];