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

Cannot import global stylesheet in next.js #78

Closed pkail closed 2 years ago

pkail commented 2 years ago

When I try to require() my global less stylesheet in my _app.js file I get pages of errors suggesting that next.js reading the file as if it were CSS.

pkail commented 2 years ago

I've sorted it out.