From 4a6255828b4fc6e1dd3455599edbd59f29332c6d Mon Sep 17 00:00:00 2001 From: Justin Charette Date: Tue, 9 Jun 2015 23:17:26 -0400 Subject: [PATCH] play nice with stand-alone compass extensions fixes issue #914 Signed-off-by: Justin Charette --- lib/bootstrap-sass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrap-sass.rb b/lib/bootstrap-sass.rb index ea275ff811..4d3faa8a6a 100644 --- a/lib/bootstrap-sass.rb +++ b/lib/bootstrap-sass.rb @@ -41,7 +41,7 @@ def sprockets? end def compass? - defined?(::Compass) + defined?(::Compass::Frameworks) end def rails?