Skip to content

Commit f6d3a24

Browse files
authored
Document alternative SASS processing method
Using `sass` command
1 parent 31b2b2e commit f6d3a24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ enable SASS processor:
192192

193193
$ cpanm -vn CSS::Minifier::XS CSS::Sass Mojolicious::Plugin::AssetPack
194194

195+
Alternatively, you can install `sass` program and process SASS using that instead:
196+
197+
$ sass -w assets/sass/style.scss:html/css/style.css
198+
195199
#### pygmentize
196200

197201
This program adds syntax highlighting to the code examples. Highlighting of

0 commit comments

Comments
 (0)