#NextJS and Sass example
6 messages · Page 1 of 1 (latest)
So it looks like the mixins described in this guide (https://mantine.dev/styles/sass/#usage-with-nextjs) are not working as expected! I pulled down the code from the template you linked, added the _mantine.scss file, and then added some styling to the Button component using sass. While basic sass worked as expected and I was able to use the rem function from the postcss-preset-mantine package, I was unable to use any of the mixins from the package!
Do you have any advice or an example with the mixins working?
Have you defined sassOptions in the next config?