Removed bourbon
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -10,7 +10,6 @@ gem 'middleman-livereload'
|
||||
gem 'bootstrap-sass', require: false
|
||||
gem 'jquery-middleman'
|
||||
gem 'sass'
|
||||
gem 'bourbon'
|
||||
gem 'slim'
|
||||
gem 'coffee-script'
|
||||
|
||||
|
||||
@@ -13,9 +13,6 @@ GEM
|
||||
bootstrap-sass (3.3.6)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
sass (>= 3.3.4)
|
||||
bourbon (4.2.6)
|
||||
sass (~> 3.4)
|
||||
thor (~> 0.19)
|
||||
capybara (2.4.4)
|
||||
mime-types (>= 1.16)
|
||||
nokogiri (>= 1.3.3)
|
||||
@@ -154,7 +151,6 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
bootstrap-sass
|
||||
bourbon
|
||||
coffee-script
|
||||
jquery-middleman
|
||||
middleman (~> 3.4.0)
|
||||
|
||||
@@ -5,7 +5,6 @@ $font-size-base: 16px
|
||||
|
||||
@import "normalize.css"
|
||||
@import "bootstrap"
|
||||
@import "bourbon"
|
||||
|
||||
body
|
||||
background: url("http://api.thumbr.it/whitenoise-361x370.png?background=ffffffff&noise=626262&density=18&opacity=11")
|
||||
|
||||
Reference in New Issue
Block a user