Skip to content

Commit

Permalink
Update _variables.scss.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 13, 2014
1 parent fff0456 commit 19b5c85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/project/_variables.scss.erb
Original file line number Diff line number Diff line change
@@ -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/, '') %>
<%= File.read(@template[:options][:bs_variables_path]).gsub(/^(?=\$)/, '//').gsub(/ !default/, '') %>

0 comments on commit 19b5c85

Please sign in to comment.