Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
append sass paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Dec 18, 2015
1 parent cc334b9 commit 41217ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/middleman-compass/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def after_configuration
# Call hook
execute_compass_config_callbacks(::Compass.configuration)

::Sass.load_paths.concat(::Compass.configuration.sass_load_paths)

# Tell Tilt to use it as well (for inline sass blocks)
::Tilt.register 'sass', CompassSassTemplate
::Tilt.prefer(CompassSassTemplate)
Expand Down

0 comments on commit 41217ad

Please sign in to comment.