intoli / antd-scss-theme-plugin

A Webpack plugin for customizing Ant Design with an SCSS theme file and using Ant Design's compiled variables in SCSS files throughout your project.
https://intoli.com/blog/antd-scss-theme-plugin/
Other
202 stars 80 forks source link

Updated for sass-loader@7.3.0 #57

Closed tumidi closed 5 years ago

tumidi commented 5 years ago

Thanks for this awesome project. It really solves our problem.

Confirming this patch works for sass-loader@7.3.1.

sangaline commented 5 years ago

Thank you!

nirvdrum commented 4 years ago

FYI, the latest stable create-react-app uses sass-loader 7.2.0, so this change is problematic there. Rolling back to antd-scss-theme-plugin 1.0.7 works because there wasn't really much changed between 1.0.7 and 1.0.8 otherwise.