Skip to content

Commit

Permalink
Set SASS precision level to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
helloiamlukas committed Jan 25, 2017
1 parent 40ef111 commit 102b71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/webpack.config.js
Expand Up @@ -135,7 +135,7 @@ if (Mix.cssPreprocessor) {
'css-loader',
'postcss-loader',
'resolve-url-loader',
(Mix.cssPreprocessor == 'sass') ? 'sass-loader?sourceMap' : 'less-loader'
(Mix.cssPreprocessor == 'sass') ? 'sass-loader?sourceMap&precision=8' : 'less-loader'
]
})
});
Expand Down

0 comments on commit 102b71a

Please sign in to comment.