Include bootstrap-sass

This commit is contained in:
Oliver Davies 2015-10-26 17:44:22 +00:00
parent 41c63dba50
commit fdf1e19923
3 changed files with 11 additions and 0 deletions

View file

@ -4,4 +4,5 @@ group :development do
gem "sass" gem "sass"
gem "sass-globbing" gem "sass-globbing"
gem "compass" gem "compass"
gem "bootstrap-sass"
end end

View file

@ -1,6 +1,12 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
autoprefixer-rails (5.1.8)
execjs
json
bootstrap-sass (3.3.4.1)
autoprefixer-rails (>= 5.0.0.1)
sass (>= 3.2.19)
chunky_png (1.3.4) chunky_png (1.3.4)
compass (1.0.3) compass (1.0.3)
chunky_png (~> 1.2) chunky_png (~> 1.2)
@ -14,7 +20,9 @@ GEM
sass (>= 3.3.0, < 3.5) sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5) compass-import-once (1.0.5)
sass (>= 3.2, < 3.5) sass (>= 3.2, < 3.5)
execjs (2.4.0)
ffi (1.9.10) ffi (1.9.10)
json (1.8.2)
multi_json (1.11.2) multi_json (1.11.2)
rb-fsevent (0.9.6) rb-fsevent (0.9.6)
rb-inotify (0.9.5) rb-inotify (0.9.5)
@ -27,6 +35,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bootstrap-sass
compass compass
sass sass
sass-globbing sass-globbing

View file

@ -1,3 +1,4 @@
@import 'bootstrap';
@import 'compass'; @import 'compass';
@import "variables/**/*"; @import "variables/**/*";