postcss / sugarss

Indent-based CSS syntax for PostCSS
MIT License
710 stars 39 forks source link

Watch .sss files #59

Closed dschinkel closed 7 years ago

dschinkel commented 7 years ago

Is there a way I can watch my .sss files and re-run my npm script when they change?

"css": "postcss -u autoprefixer -u postcss-easy-import -p sugarss src/index.sss -o src/index.css",