Kronuz / pyScss

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

Run file tests in compressed mode as well #135

Open eevee opened 11 years ago

eevee commented 11 years ago

Compile both the .scss and .css, forcibly minify both, and compare the results.

(May require some way to override @option within a file. Or, just remove those from the files.)

As a bonus, this would prove that compiling plain CSS is idempotent.