Added bootstrap-sass

This commit is contained in:
Oliver Davies 2015-03-29 22:30:52 +01:00
parent 93914af7a5
commit 02d9221cd3
3 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@ group :development do
gem "sass", "3.3.9"
gem "sass-globbing", "1.1.1"
gem "bootstrap-sass"
gem "compass", "1.0.0.alpha.20"
gem "susy", "2.1.2"
gem "breakpoint", "2.4.2"

View file

@ -1,6 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
bootstrap-sass (3.2.0.0)
sass (~> 3.2)
breakpoint (2.4.2)
sass (~> 3.3.0)
sassy-maps (< 1.0.0)
@ -36,6 +38,7 @@ PLATFORMS
ruby
DEPENDENCIES
bootstrap-sass
breakpoint (= 2.4.2)
compass (= 1.0.0.alpha.20)
oily_png

View file

@ -17,6 +17,7 @@ javascripts_dir = "assets/js"
require 'susy'
require 'sass-globbing'
require 'breakpoint'
require 'bootstrap-sass'
##
## You probably don't need to edit anything below this.