1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/templates/project/_bootstrap-variables.sass.erb
Gregory Pakosz 58796c843d Removed @import "bootstrap/variables";
Requires users to uncomment the whole variable chain when customizing Bootstrap.
2014-05-11 19:50:57 +02:00

4 lines
240 B
Text

<% require 'bootstrap-sass/version' %>
// Override Bootstrap variables here (defaults from bootstrap-sass v<%= Bootstrap::VERSION %>):
<%= File.read(@template[:options][:bs_variables_path]).gsub(/^(?=\$)/, '// ').gsub(/ !default;/, '') %>