Skip to content

Commit

Permalink
play nice with stand-alone compass extensions
Browse files Browse the repository at this point in the history
fixes issue twbs#914

Signed-off-by: Justin Charette <[email protected]>
  • Loading branch information
boxofrox authored and ElMassimo committed Apr 11, 2017
1 parent 6a0a9d5 commit 4a62558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap-sass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def sprockets?
end

def compass?
defined?(::Compass)
defined?(::Compass::Frameworks)
end

def rails?
Expand Down

0 comments on commit 4a62558

Please sign in to comment.