mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 17:49:38 +01:00
94fd7e6e50
This introduces two changes: 1. It changes the epsilon within which two numbers are considered equal to be an order of magnitude smaller than the numeric precision. Ruby Sass has always done this, and Dart Sass should have but did not until now. 2. It parses the component of a number after the decimal point using double.parse() to avoid accumulating floating point errors. |
||
---|---|---|
.. | ||
boolean_test.dart | ||
color_test.dart | ||
function_test.dart | ||
list_test.dart | ||
map_test.dart | ||
null_test.dart | ||
number_test.dart | ||
string_test.dart | ||
utils.dart |