Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Specify precision for sass output
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Sep 11, 2018
1 parent 2ed16d2 commit 9bc21c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/sass_support.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SassSupport
def generate_css
_mkdir("tmp")
`sass -I . --update test:tmp`
`sass -I . --update test:tmp --precision 5`
end

def clean_up
Expand Down

0 comments on commit 9bc21c8

Please sign in to comment.