mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
support for rails w/compass
This commit is contained in:
parent
4a8dc21e86
commit
0cea6384c8
1 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ module Bootstrap
|
|||
require 'sass-rails' # See: https://github.com/thomas-mcdonald/bootstrap-sass/pull/4
|
||||
require 'bootstrap-sass/engine'
|
||||
require 'bootstrap-sass/config/sass_extentions'
|
||||
elsif compass?
|
||||
end
|
||||
if compass?
|
||||
require 'bootstrap-sass/compass_extensions'
|
||||
require 'bootstrap-sass/config/sass_extentions'
|
||||
base = File.join(File.dirname(__FILE__), '..')
|
||||
|
|
Loading…
Reference in a new issue