Skip to content

Commit

Permalink
Set default precision to 10 in Sass_Output_Options
Browse files Browse the repository at this point in the history
Follow-up to sass#2730 (missed one)
  • Loading branch information
glebm authored and xzyfer committed Nov 14, 2018
1 parent 5d46c6f commit e04f200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct Sass_Output_Options : Sass_Inspect_Options {

// initialization list (constructor with defaults)
Sass_Output_Options(Sass_Output_Style style = Sass::NESTED,
int precision = 5,
int precision = 10,
const char* indent = " ",
const char* linefeed = "\n",
bool source_comments = false)
Expand Down

0 comments on commit e04f200

Please sign in to comment.