Created by: voltaek
The switch from Node Sass to Dart Sass has ended up with all the output CSS having Dart Sass's fixed precision of 10. As mentioned in the current docs and also here, the intended final precision is 6, not 10. As such I've adjusted the parameters of both npm minification scripts to round to a precision of 6.
I also updated the site doc's blurb about precision values used with SASS building to reflect the current precisions used.