Skip to content

Commit

Permalink
setting precision back to 7 because it yields the best results in Fir…
Browse files Browse the repository at this point in the history
…efox. There's still an issue in Firefox with repeating 8's needing a precision of 3 instead.
  • Loading branch information
heygrady committed Apr 23, 2012
1 parent 0ec763c commit 9d37029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass-grid.rb
Expand Up @@ -2,4 +2,4 @@
require 'compass/grid'

# Ensure maximum useful precision
# Sass::Script::Number.precision = 8
Sass::Script::Number.precision = 7

0 comments on commit 9d37029

Please sign in to comment.