SolidZORO / next-plugin-antd-less

🎩 Use Antd (Less) with Next.js v12, Zero Dependency on other Next-Plugins.
MIT License
345 stars 48 forks source link

chore: support import global less #35

Closed loyep closed 3 years ago

SolidZORO commented 3 years ago

You can control the sideEffects in the project's package.json and should not control them in the loader. If you want to import "global" styles, just use the abc.less name, not abc.module.less. Or use this in abc.module.less

.xyz { }

:global(.abc) { } // <---- global style