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:
Amit Portnoy 2014-06-20 19:42:09 +03:00
Родитель e2e70208d5
Коммит d64b551c5a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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