Skip to content

Commit

Permalink
Merge pull request #107 from thbar/patch-1
Browse files Browse the repository at this point in the history
Mention Sass precision Bootstrap fix
  • Loading branch information
ixti committed Oct 25, 2014
2 parents 2bf3571 + 427402f commit 0948877
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ Require `jekyll-assets/bootstrap` to enable, e.g.:

``` ruby
require "jekyll-assets"

# bootstrap requires minimum precision of 10, see https://github.com/twbs/bootstrap-sass/issues/409
::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max

require "jekyll-assets/bootstrap"
```

Expand Down

0 comments on commit 0948877

Please sign in to comment.