mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
change comment about precision support
node-sass does support the precision option since 0.9.2 BUT libsass currently has a bug...
This commit is contained in:
parent
e2e70208d5
commit
d64b551c5a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,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
|
||||
```
|
||||
|
||||
Precision option is now available in libsass, but it has not made into node-sass yet.
|
||||
Note that libsass and node-sass do not currently support the precision option, due to an open bug ([bug #364](https://github.com/sass/libsass/issues/364)) in libsass.
|
||||
|
||||
#### JS and fonts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue