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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-11-20 15:26:32 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-11-20 15:26:32 +0300
commit606e3734958d472d66d2e7805a1e5d6b6df4a539 (patch)
tree26d23dde7ecedec23c192cbc70320a0f66b84dbf
parentfaac9f3c4d5f264643b510f7904d9e3ee50f01a9 (diff)
parent69fbd8005ba07d4ffba949e9af6cfff05e679551 (diff)
Merge pull request #781 from kevva/patch-1
Remove precision note about `node-sass`
-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.