Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SASS --debug-info flag #127

Closed
hamishtaplin opened this issue Oct 4, 2011 · 2 comments
Closed

SASS --debug-info flag #127

hamishtaplin opened this issue Oct 4, 2011 · 2 comments

Comments

@hamishtaplin
Copy link

Is there any way of using the --debug-info flag with SASS to enable FireSass debugging (https://addons.mozilla.org/en-US/firefox/addon/firesass-for-firebug/)

@tdreyno
Copy link
Member

tdreyno commented Oct 4, 2011

Should be on by default in development mode, no?

If not:

compass_config do |c|
    c.debug_info = true
end

@tdreyno tdreyno closed this as completed Oct 7, 2011
@Ichag
Copy link

Ichag commented Aug 23, 2013

This works for my config.rb:

compass_config do |compass|
compass.sass_options = {:debug_info => true}
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants