Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
583 stars 141 forks source link

Remove xCSS residue #143

Open eevee opened 11 years ago

eevee commented 11 years ago

This stuff is part of xCSS and completely unrelated to Sass.

The only concern here is backwards compatibility; may need a way to opt into this behavior? Or perhaps just spit out warnings for now and remove it later?

There's also a hint of pre-SCSS syntax (+foo for includes); unclear whether this should be expanded, removed, or quietly left alone.

eevee commented 11 years ago

Support for +foo is causing #103.