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

Upgrade Less to 4.1.2 #83

Closed nring closed 2 years ago

nring commented 2 years ago

Less had some upgrades that might fix a few issues for us on Windows machines. The release is on NPM but not on GitHub, but apparently that's fine.

I did not touch the changelog or package.json in case you had anything you wanted to get in for a patch release.

SolidZORO commented 2 years ago

@nring I want to wait for the official update of the test all passed version.

nring commented 2 years ago

@SolidZORO It looks like this has been fixed. https://github.com/less/less.js/releases/tag/v4.1.2

SolidZORO commented 2 years ago

nice! thanks for your focus.