Replies: 1 comment 1 reply
-
See #326 . Hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Mantine for my reactivated project, and the most recent Mantine version v7 changed to rely on postcss. So I need to integrate postcss into my build step to be able to migrate to the last version.
They recommend using webpack and adding a 'postcss-loader' (see here), which can then generate relevant files based on any css imported.
I appreciate any tips on this :)
Beta Was this translation helpful? Give feedback.
All reactions