In compass you can do the following: compass config --debug sass_options
or whatever the config property that you want to know about. chris On Mon, Apr 19, 2010 at 10:43 AM, Chepi Gimenez <[email protected]>wrote: > Sorry Eric, can't actually help you out. =( > > But here's an idea: People need to know their settings, so perhaps an > 'about:config' prompt could list all the settings and their status [on | off > | value] > > I'm sure it would improve the overall usability of the framework. > > Cheers, > > > chepi > > On Mon, Apr 19, 2010 at 1:29 PM, Eric Meyer <[email protected]> wrote: > >> I'm working on this bit of code for Susy: >> >> @mixin alpha($nested: false) { >> @if $nested == false { >> margin-left: side-gutter(); >> } @else { >> @warn "The alpha mixin is not needed in a nested context"; >> } >> } >> >> And haven't yet been able to trigger the warning. Other code added in >> the @else block does trigger correctly. I don't see any ':quiet' >> setting turned on, but I'm not sure how to be certain it's off - or if >> there might be some other mistake I'm making. Ideas? >> >> Thanks, >> -e >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Haml" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected] <haml%[email protected]>. >> For more options, visit this group at >> http://groups.google.com/group/haml?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Haml" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/haml?hl=en.
