Skip to content

v4.0.0-prerelease.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 12:59
· 135 commits to main since this release
50a69dc

Major Changes

  • 0b81a08: BREAKING: no longer wraps tokens of type asset in double quotes. Rather, we added a transform asset/url that will wrap such tokens inside url("") statements, this transform is applied to transformGroups scss, css and less.

Minor Changes

  • 2da5130: Added outputReferencesTransformed utility function to pass into outputReferences option, which will not output references for values that have been transitively transformed.

Patch Changes

  • 47face0: Token merging behavior changed so that upon token collisions, metadata props aren't accidentally merged together.