Erroneous line in the css files #717

Closed
opened 2026-01-29 17:42:09 +00:00 by claunia · 0 comments
Owner

Originally created by @Daeymon on GitHub (Feb 6, 2023).

NUglify is throwing the following error when evaluating Radzen css files for minification:
Run-time error CSS1036: Expected expression, found '.'

The issue seems to be due to the following line in the :root, where it seems to be attempting to set a css variable to a css class. Is this some kind of typo?

--rz-paginator-button-size: .rz-button-md; [line 13924 in default-base.css]

Originally created by @Daeymon on GitHub (Feb 6, 2023). NUglify is throwing the following error when evaluating Radzen css files for minification: Run-time error CSS1036: Expected expression, found '.' The issue seems to be due to the following line in the :root, where it seems to be attempting to set a css variable to a css class. Is this some kind of typo? --rz-paginator-button-size: .rz-button-md; [line 13924 in default-base.css]
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#717