Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andremahendra/b8dc90ef666cc601723528a6fdb31a5e to your computer and use it in GitHub Desktop.
Save andremahendra/b8dc90ef666cc601723528a6fdb31a5e to your computer and use it in GitHub Desktop.
PHPStorm and WebStorm File watcher SCSS setting (on Mac)
/**
* 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