From 752c3a221b4b6b4713799241911b06d2a22093c4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 26 Oct 2015 20:25:48 +0000 Subject: [PATCH] Add breakpoint --- Gemfile | 1 + Gemfile.lock | 6 ++++++ config.rb | 1 + sass/oliverdavies.scss | 1 + 4 files changed, 9 insertions(+) diff --git a/Gemfile b/Gemfile index 64163d17..693bf88a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,5 @@ group :development do gem "sass-globbing" gem "compass" gem "bootstrap-sass" + gem "breakpoint" end diff --git a/Gemfile.lock b/Gemfile.lock index afbdcf37..41fde8b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,9 @@ GEM bootstrap-sass (3.3.4.1) autoprefixer-rails (>= 5.0.0.1) sass (>= 3.2.19) + breakpoint (2.5.0) + sass (~> 3.3) + sassy-maps (< 1.0.0) chunky_png (1.3.4) compass (1.0.3) chunky_png (~> 1.2) @@ -30,12 +33,15 @@ GEM sass (3.4.18) sass-globbing (1.1.1) sass (>= 3.1) + sassy-maps (0.4.0) + sass (~> 3.3) PLATFORMS ruby DEPENDENCIES bootstrap-sass + breakpoint compass sass sass-globbing diff --git a/config.rb b/config.rb index c5ecf17c..7bae7920 100644 --- a/config.rb +++ b/config.rb @@ -16,6 +16,7 @@ javascripts_dir = "source/js" # Require any additional compass plugins installed on your system. require 'sass-globbing' require 'bootstrap-sass' +require 'breakpoint' ## ## You probably don't need to edit anything below this. diff --git a/sass/oliverdavies.scss b/sass/oliverdavies.scss index 7fd51752..ca648c27 100644 --- a/sass/oliverdavies.scss +++ b/sass/oliverdavies.scss @@ -1,5 +1,6 @@ @import 'bootstrap'; @import 'compass'; +@import 'breakpoint'; @import "variables/**/*"; @import "base/**/*";