Skip to content

Commit

Permalink
Handle the sass_options set in the compass config too
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Mar 18, 2012
1 parent 72fe221 commit e30a7d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/compass-rails.rb
Expand Up @@ -190,6 +190,9 @@ def configure_rails!(app)
}.each do |compass_option, sass_option|
set_maybe sass_config, compass_config, sass_option, compass_option
end
compass_config.sass_options.each do |config, value|
sass_config.send("#{config}=", value)
end
end

def boot_config
Expand Down

0 comments on commit e30a7d1

Please sign in to comment.