Any good SASS parser for PHP?
- by Andrew Moore
I'm currently using a modified CSS Cacheer as an alternative but its syntax is somewhat vague and adoption is, well, abysmally low... Documentation is hard to come by as well.
I'm looking to switch to SASS as it has a bigger user base than CSS Cacheer and better documentation. I am aware of phpHaml but it doesn't have support for SASS yet.
Any recommendation on a SASS parser for PHP? Preferably it should support SassScript.