mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Revert "support for rails w/compass"
This reverts commit 0cea6384c8
.
I had not considered the side effect of loading all the compass setup,
since this will mean that Rails' asset-url is overridden, or some side
effect will come about as a result.
This commit is contained in:
parent
df308c1b3a
commit
60baf08a85
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@ 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'
|
||||
end
|
||||
if compass?
|
||||
elsif compass?
|
||||
require 'bootstrap-sass/compass_extensions'
|
||||
require 'bootstrap-sass/config/sass_extentions'
|
||||
base = File.join(File.dirname(__FILE__), '..')
|
||||
|
|
Loading…
Add table
Reference in a new issue