Skip to content

Commit c0d6183

Browse files
authored
Add command for SCSS (#584)
* Add command for SCSS Thought I should PR this one in, I've been using it for a while. * Add Sass May as well include both of these while i'm here
1 parent ed06cec commit c0d6183

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@
161161
"nim": "nim compile --verbosity:0 --hints:off --run",
162162
"lisp": "sbcl --script",
163163
"kit": "kitc --run",
164-
"v": "v run"
164+
"v": "v run",
165+
"sass": "sass --style expanded",
166+
"scss": "scss --style expanded"
165167
},
166168
"description": "Set the executor of each language.",
167169
"scope": "resource"

0 commit comments

Comments
 (0)