We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3066614 commit 5d46c6fCopy full SHA for 5d46c6f
src/sass.hpp
@@ -98,7 +98,7 @@ struct Sass_Inspect_Options {
98
99
// initialization list (constructor with defaults)
100
Sass_Inspect_Options(Sass_Output_Style style = Sass::NESTED,
101
- int precision = 5)
+ int precision = 10)
102
: output_style(style), precision(precision)
103
{ }
104
src/sass_context.cpp
@@ -381,7 +381,7 @@ extern "C" {
381
382
inline void init_options (struct Sass_Options* options)
383
{
384
- options->precision = 5;
+ options->precision = 10;
385
options->indent = " ";
386
options->linefeed = LFEED;
387
}
0 commit comments