jedfoster / SassMeister

The Sass playground
http://sassmeister.com
199 stars 25 forks source link

Is it possible to get see Sass `@warn`s? #73

Closed matthew-andrews closed 8 years ago

matthew-andrews commented 10 years ago

https://twitter.com/andrewsmatt/status/426311646936444928

Is there any way to get sassmeister to output @warns? E.g. http://sassmeister.com/gist/8564033

KittyGiraudel commented 10 years ago

It would be very neat, indeed.

shaunbent commented 10 years ago

:+1: same with @debug

tbremer commented 10 years ago

Second or Thirded!

fi5u commented 10 years ago

Yes please!

dariuszsikorski commented 8 years ago

Up, still can't @debug. It's really important, for example when writing a sass function, the only way to check values inside is to use @debug or @warn. For mixins this can be solved with ... { debug: "message"; }

jedfoster commented 8 years ago

See #144. This is still blocked.