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

Change Compass template to use Sass helpers

This commit is contained in:
Gleb Mazovetskiy 2014-05-04 11:32:39 +02:00
parent 509a2e682e
commit a1b7455f85
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
module Bootstrap
VERSION = '3.1.1.1'
BOOTSTRAP_SHA = 'f9b88cbe9edbf3ab824ce2a3912a2943c3717e6d'
BOOTSTRAP_SHA = 'd6104b11511a69fb48d1e438141f135a14c04122'
end

View file

@ -5,10 +5,10 @@ stylesheet 'styles.sass'
# SCSS:
assets = "../../vendor/assets"
assets = '../../vendor/assets'
bs_stylesheets = "#{assets}/stylesheets/bootstrap"
stylesheet '_variables.sass.erb', :to => '_variables.sass', :erb => true,
stylesheet '_bootstrap-variables.sass.erb', :to => '_bootstrap-variables.sass', :erb => true,
:bs_variables_path => File.expand_path("#{bs_stylesheets}/_variables.scss", File.dirname(__FILE__))
# JS:

View file

@ -1,3 +1,3 @@
// customize bootstrap variables here:
@import "variables"
@import "bootstrap-compass"
@import "bootstrap-variables"
@import "bootstrap"