Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lexical error on css minimizer #451

Closed
1 task done
desytech opened this issue Nov 29, 2024 · 1 comment
Closed
1 task done

Lexical error on css minimizer #451

desytech opened this issue Nov 29, 2024 · 1 comment

Comments

@desytech
Copy link
Contributor

desytech commented Nov 29, 2024

mantine-react-table version

2.0.0-beta.7

react & react-dom versions

18.1.0

Describe the bug and the steps to reproduce it

Using create react app with react scripts v5.0.1 leads to a css lexer problem.

Using unset is not permitted on css calculations see Formal Syntax

Minimal, Reproducible Example - (Optional, but Recommended)

$ react-app-rewired build
Creating an optimized production build...
Compiled with warnings.

static/css/main.ee4a7c60.css from Css Minimizer plugin
postcss-calc: ***/css/main.ee4a7c60.css:8449:3: Lexical error on line 1: Unrecognized text.

  Erroneous area:
1: unset * 1px - 1px
^..^

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

None

Terms

  • I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
@alessandrojcm
Copy link
Collaborator

Fixed in #452

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

No branches or pull requests

2 participants