sdli / next-antd-aza-less

A less loader tool for next.js and antd intergration
35 stars 2 forks source link

i configure my project according the document, but the antd css is still no effect #4

Open Furholeder opened 5 years ago

Furholeder commented 5 years ago

i configure my project according the document, but the antd css is still no effect.
and according this document configure (https://www.yuque.com/steven-kkr5g/aza/ig3x9w) is still no effect(ps: 我按照配置文档里两种配置配置后,antd 的样式依然没有生效) 。 I would be very grateful if you could help me

fangkyi03 commented 5 years ago

你是css写法 还是模块写法 如果是模块写法 styles那边是true 如果是css写法 styles那边需要是'css' [ "import", { "libraryName": "antd", "libraryDirectory":"lib", "style": true } ]