Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin MÃ¥rtensson <kevinmartensson@gmail.com>2014-11-19 20:22:14 +0300
committerKevin Martensson <kevinmartensson@gmail.com>2014-11-19 20:28:11 +0300
commit69fbd8005ba07d4ffba949e9af6cfff05e679551 (patch)
tree26d23dde7ecedec23c192cbc70320a0f66b84dbf /README.md
parentfaac9f3c4d5f264643b510f7904d9e3ee50f01a9 (diff)
Remove precision note about `node-sass`
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index ae5589c..dec213c 100644
--- a/README.md
+++ b/README.md
@@ -194,9 +194,6 @@ When using ruby Sass compiler standalone or with the Bower version you can set i
::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
```
-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.
-
-
#### Sass: Autoprefixer
Using [Autoprefixer][autoprefixer] with Bootstrap is recommended.