Skip to content

Commit c7d05c1

Browse files
committed
play nice with stand-alone compass extensions
fixes issue twbs#914 Signed-off-by: Justin Charette <charetjc@gmail.com>
1 parent 1f269b1 commit c7d05c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootstrap-sass.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def sprockets?
4141
end
4242

4343
def compass?
44-
defined?(::Compass)
44+
defined?(::Compass::Frameworks)
4545
end
4646

4747
def rails?

0 commit comments

Comments
 (0)