1.0.0 • Published 6 years ago
dahlia-antd v1.0.0
dahlia-antd
Installation
yarn add dahlia-antd
Usage
import antd from 'dahlia-antd'
export default {
plugins: [antd()],
}
Customize Ant Design Theme
to modify the default Ant Design theme:
import antd from 'dahlia-antd'
import less from 'dahlia-less'
export default {
plugins: [
less({
modifyVars: {
'primary-color': 'black',
'link-color': '#1DA57A',
'border-radius-base': '10px',
},
javascriptEnabled: true,
}),
antd({
style: true,
}),
],
}
License
1.0.0
6 years ago