ahmednuaman / grunt-scss-lint

A Grunt task to lint your SCSS
MIT License
141 stars 35 forks source link

Setting compact to true breaks coloring #65

Closed geebru closed 10 years ago

geebru commented 10 years ago

Coloring works perfectly in verbose mode but upon turning compact on I lost coloring as well as the [W] or [E] distinctions:

Lost Coloring Example

Top was pre-compact, lower call was with compact: true.

geebru commented 10 years ago

See pull request #66 - there's potentially a cleaner way to do this but it's a start.

ahmednuaman commented 10 years ago

:+1: