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

readme: precision on libsass update [ci skip]

This commit is contained in:
Gleb Mazovetskiy 2014-03-26 08:14:34 +01:00
parent 7f6ffed53c
commit 4ce05c9903

View file

@ -15,7 +15,7 @@ Please see the appropriate guide for your environment of choice:
In your Gemfile you need to add the `bootstrap-sass` gem, and ensure that the `sass-rails` gem is present - it is added to new Rails applications by default.
```ruby
gem 'sass-rails', '>= 3.2' # sass-rails needs to be higher than 3.2
gem 'sass-rails', '>= 3.2'
gem 'bootstrap-sass', '~> 3.1.1'
```
@ -100,7 +100,7 @@ When using ruby Sass compiler with the bower version you can enforce the limit w
::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
```
There is [no way to set precision yet](https://github.com/hcatlin/libsass/issues/287) in libsass.
Precision option is now available in libsass, but it has not made into node-sass yet.
#### JS and fonts