We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826262f commit 8b1507eCopy full SHA for 8b1507e
package.json
@@ -98,9 +98,10 @@
98
]
99
},
100
"build:sass": {
101
- "command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -v node_modules)",
+ "command": "sass --style=compressed --load-path=node_modules --load-path=node_modules/sass-true/sass $(ls -d */ | grep -v node_modules | grep -v catalog)",
102
"files": [
103
- "**/*.scss"
+ "**/*.scss",
104
+ "!catalog"
105
],
106
"output": [
107
"**/*.css",
0 commit comments