From 58796c843d73407ad18d15ff56fe7c14c912f823 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 11 May 2014 19:50:57 +0200 Subject: [PATCH] Removed @import "bootstrap/variables"; Requires users to uncomment the whole variable chain when customizing Bootstrap. --- templates/project/_bootstrap-variables.sass.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/project/_bootstrap-variables.sass.erb b/templates/project/_bootstrap-variables.sass.erb index 67a57e0d..d5265d3a 100644 --- a/templates/project/_bootstrap-variables.sass.erb +++ b/templates/project/_bootstrap-variables.sass.erb @@ -1,5 +1,3 @@ -@import "bootstrap/variables" - <% require 'bootstrap-sass/version' %> // Override Bootstrap variables here (defaults from bootstrap-sass v<%= Bootstrap::VERSION %>):