nmcteam / mulch

A frontend gulpfile boilerplate that uses Twig.js, LESS and/or SASS compilation and BrowserSync. Perfect for PHP CMS projects.
MIT License
15 stars 5 forks source link

Feature/sass and css #10

Closed olets closed 8 years ago

olets commented 8 years ago

A number of changes relating to adding support for other styles' languages by passing a parameter --preprocessor (shortcut -P). Currently supports (in addition to LESS) SASS/SCSS and CSS.

Also did some housekeeping.