We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296d28b commit 0b5a12aCopy full SHA for 0b5a12a
.gitignore
@@ -3,4 +3,5 @@ node_modules
3
.DS_Store
4
*.map
5
sassdoc
6
+test/output
7
test/index.css
package.json
@@ -25,7 +25,7 @@
25
"needs": "*"
26
},
27
"scripts": {
28
- "sassTest": "sass --pkg-importer=node test/index.scss test/index.css",
+ "sassTest": "sass --pkg-importer=node test:test/output",
29
"test": "npm run lint && mocha",
30
"pretest": "npm run build",
31
"build": "concat -o dist/_include-media.scss ./banner.txt src/_config.scss src/helpers/*.scss src/plugins/*.scss src/_media.scss",
0 commit comments