Stance regarding LightningCSS #4795
NatanLifshitz
started this conversation in
Feedback
Replies: 1 comment
-
You can use any tools for styling, it is not required to use mantine PostCSS preset – it is just a set of functions and mixins. You can write pure css, although it will be 1.5x – 2x of code that you will need to write if you need to handle both light and dark color schemes in your application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vite recently added support for LightningCSS, which seems to have some benefits, but does not support a CSS preprocessor.
At around the same time, Mantine started recommending using a CSS preprocessor (in 7.0.0).
I'm wondering what is the current best practice regarding this and if there is any plan to address this incompatibility. Currently the options are:
Beta Was this translation helpful? Give feedback.
All reactions