Last active
April 4, 2017 05:37
-
-
Save andremahendra/b8dc90ef666cc601723528a6fdb31a5e to your computer and use it in GitHub Desktop.
PHPStorm and WebStorm File watcher SCSS setting (on Mac)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* PHPStorm and WebStorm File watcher SCSS setting (on Mac) | |
*/ | |
// program | |
/usr/local/bin/sassc | |
// arguments | |
--precision 10 --sourcemap $FileName$ $FileNameWithoutExtension$.css | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment