DocSpring / craco-antd

A craco plugin to use Ant Design with create-react-app
MIT License
234 stars 49 forks source link

Cannot customise less file, both customizeThemeLessPath or customizeTheme do not work #46

Closed ishan28mkip closed 3 years ago

ishan28mkip commented 3 years ago

"craco-antd": "^1.18.1", "antd": "^4.6.3", "craco-less": "1.17.0"

ishan28mkip commented 3 years ago

It was my problem and the library works fine. If anyone is encountering the same issue, please be sure you are including antd less styles and not the css file, otherwise the css file will overwrite the less changes introduced later on.