Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-02-14 01:00:06 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-02-14 01:00:06 +0400
commit19b5c852f2d517011152c38506060fd5cfb4eda4 (patch)
tree1b1265340f41cc22988ead215cbd17d216d9bf6b /templates
parentfff045652ac80fef9d8768b75e62606b092a4d8b (diff)
Update _variables.scss.erb
Diffstat (limited to 'templates')
-rw-r--r--templates/project/_variables.scss.erb5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/project/_variables.scss.erb b/templates/project/_variables.scss.erb
index 6fdcf38a..ad12f30b 100644
--- a/templates/project/_variables.scss.erb
+++ b/templates/project/_variables.scss.erb
@@ -1,3 +1,6 @@
<% require 'bootstrap-sass/version' %>
+
+@import "bootstrap/variables";
+
// Override Bootstrap variables here (defaults copied from bootstrap-sass version <%= Bootstrap::VERSION %>):
-<%= File.read(@template[:options][:bs_variables_path]).gsub(/^(?=\$)/, '//').gsub(/ !default/, '') %> \ No newline at end of file
+<%= File.read(@template[:options][:bs_variables_path]).gsub(/^(?=\$)/, '//').gsub(/ !default/, '') %>