php-sass
php-sass copied to clipboard
Compiles SASS to CSS automatically with pure PHP. No ruby used. One line of code. Currently uses latest SCSS 3.2 syntax, imports and mixins. Compass can also be used.
Fixes #7 by ignoring partials
Partials should not be generated as files. "The underscore lets Sass know that the file is only a partial file and that it should not be generated into a CSS...
People may not use separated folders for SCSS and CSS files, this can help them to write less.
could you change the name of your project? scss is not sass, .sass files won't get processed with this... your title is misleading
Changed composer.json to access more recent scssphp scripts as the version currently required does not know of maps.