chore(front): update dependency sass to v1.57.0 (develop)
Compare changes
+ 1
− 1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass | devDependencies | minor | 1.56.2 -> 1.57.0 |
v1.57.0
split($string, $separator, $limit: null)
function to sass:string
that splits a string into separate substrings based on a separator string.Potentially breaking bug fix: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.
Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.
Callable.fromSignature()
and
AsyncCallable.fromSignature()
now reject signatures with whitespace between
the function name and parentheses.This MR has been generated by Renovate Bot.