Is there a parser/library for "css stylus" available for php?
If not please suggest something similar, if not better. Possibly a light weight library that makes your life coding css, easier in php.
Stylus syntax strips away all colons, semicolons, brackets and most parentheses from regular CSS script. The stark simplicity and elegance of it reminds me of Lisp. What's more amazing is that Stylus will also accept regular CSS syntax in the same file, reducing possible friction between multiple contributers.