- Resolves a crash on empty
linear-gradient()
functions.
- Resolves an issue where
0
was being removed from intermediate colour stops
if preceding colour stops contained calc()
(thanks to @jaybekster).
- Resolves an issue where
0
was being incorrectly stripped from the final
colour stop value.
- Resolves an issue where the module would incorrectly parse floating
point numbers.
- Reduce function iterations (thanks to @TrySound).