Active sass debug info with middleman
I'm try to activate debug_info to work with firebug sass plugin and found no way to do it with the middleman config.rb.
Finaly I discover than we need to pass sass options trough compass_config block in config.rb
compass_config do |config|
config.sass_options = {:debug_info => true}
end
Written by Victor Ortiz
Related protips
1 Response
Thanks for posting this!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sass
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#