anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

image path is wrong in v 2.1.1.0 #29

Closed tsechingho closed 12 years ago

tsechingho commented 12 years ago

in https://github.com/anjlab/bootstrap-rails/blob/master/vendor/frameworks/twitter/bootstrap/variables.scss

it should be:

$iconSpritePath: image-path("twitter/glyphicons-halflings.png") !default; $iconWhiteSpritePath: image-path("twitter/glyphicons-halflings-white.png") !default;

yury commented 12 years ago

thanks