Skip to content

fix(#112): spaces are stripped in calc#113

Draft
yannicklamprecht wants to merge 1 commit into
mainfrom
fix/spaces-are-stripped-in-calc
Draft

fix(#112): spaces are stripped in calc#113
yannicklamprecht wants to merge 1 commit into
mainfrom
fix/spaces-are-stripped-in-calc

Conversation

@yannicklamprecht

@yannicklamprecht yannicklamprecht commented Jan 9, 2026

Copy link
Copy Markdown
Collaborator
  • migration to org.codelibs.yuicompressor
  • fixes bugs
  • last update is just 2 month old compared to the 7
  • additionally add dependencies to address CVE's

TODO:

  • The new version of yuicompressor introduced a new bug which converts
grid-template-columns: calc(50% - (0.5 * var(--test-value))) 1fr;

into

grid-template-columns: calc(50% - (0.5 * var( - - test - value))) 1fr;

This renders variables in calculations useless. Reported to library codelibs/yuicompressor#7

- fixes bugs
- last update is just 2 month old compared to the 7
- additionally add dependencies to address CVE's
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant