gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

`@debug`, `@warn` not working #214

Closed franzheidl closed 9 years ago

franzheidl commented 9 years ago

@debug and @warn statements in an SCSS file are not piped into the task output.

For developing more complex Sass mixins, functions and Compass extensions, @debug and @warn statements are essential. It would be great if these could be made to work, i.e. they'd appear in the CLI output of compass tasks.

franzheidl commented 9 years ago

Never mind, @debug and @warn work just perfect. Problem in front of the computer. :unamused: