From a3d078d863b2c863e1455caeef480420a6cfa421 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Sun, 17 Jan 2016 00:11:19 +0300 Subject: [PATCH] Removed bourbon --- Gemfile | 1 - Gemfile.lock | 4 ---- source/stylesheets/all.sass | 1 - 3 files changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index 177f76e..922e5d4 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 4277dfa..f17902e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/source/stylesheets/all.sass b/source/stylesheets/all.sass index b423aa9..9532570 100644 --- a/source/stylesheets/all.sass +++ b/source/stylesheets/all.sass @@ -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")