Skip to content

Commit

Permalink
Add command for SCSS (#584)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
OldStarchy authored Feb 20, 2020
1 parent ed06cec commit c0d6183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@
"nim": "nim compile --verbosity:0 --hints:off --run",
"lisp": "sbcl --script",
"kit": "kitc --run",
"v": "v run"
"v": "v run",
"sass": "sass --style expanded",
"scss": "scss --style expanded"
},
"description": "Set the executor of each language.",
"scope": "resource"
Expand Down

0 comments on commit c0d6183

Please sign in to comment.