I'm making the move from Coda to PHPStorm. I like it, however I need some help with setting up a custom CSS workflow.
Currently I have a file watcher converting my .scss into .css on every save. However I'm not sure how to go about also getting it to set up auto vendor prefixing and CSS compression. I'd like it to be so that:
- I save the .scss
- It writes to the .css
- The .css gets run through something like -prefix-free
- The .css then undergoes compression
Can anyone walk me through this?