diff --git a/Gemfile b/Gemfile index 4196404b..64163d17 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,5 @@ group :development do gem "sass" gem "sass-globbing" gem "compass" + gem "bootstrap-sass" end diff --git a/Gemfile.lock b/Gemfile.lock index ed3104ee..afbdcf37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,12 @@ GEM remote: https://rubygems.org/ 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) compass (1.0.3) chunky_png (~> 1.2) @@ -14,7 +20,9 @@ GEM sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) + execjs (2.4.0) ffi (1.9.10) + json (1.8.2) multi_json (1.11.2) rb-fsevent (0.9.6) rb-inotify (0.9.5) @@ -27,6 +35,7 @@ PLATFORMS ruby DEPENDENCIES + bootstrap-sass compass sass sass-globbing diff --git a/sass/styles.scss b/sass/styles.scss index 5843bb76..7fd51752 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -1,3 +1,4 @@ +@import 'bootstrap'; @import 'compass'; @import "variables/**/*";