1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Fix version in templates/project/_bootstrap-variables.sass

This commit is contained in:
Gleb Mazovetskiy 2014-10-30 06:26:01 +01:00
parent f973ccf036
commit d83deea459
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ class Converter
# generate variables template
save_file 'templates/project/_bootstrap-variables.sass',
"// Override Bootstrap variables here (defaults from bootstrap-sass v<%= Bootstrap::VERSION %>):\n\n" +
"// Override Bootstrap variables here (defaults from bootstrap-sass v#{Bootstrap::VERSION}):\n\n" +
File.read("#{save_to}/_variables.scss").gsub(/^(?=\$)/, '// ').gsub(/ !default;/, '')
end

View file

@ -1,4 +1,4 @@
// Override Bootstrap variables here (defaults from bootstrap-sass v<%= Bootstrap::VERSION %>):
// Override Bootstrap variables here (defaults from bootstrap-sass v3.3.0.1):
// When true, asset path helpers are used, otherwise the regular CSS `url()` is used.
// When there no function is defined, `fn('')` is parsed as string that equals the right hand side