kube-design icon indicating copy to clipboard operation
kube-design copied to clipboard

Custom style is not work when use loading on demand

Open zhouleyan opened this issue 4 years ago • 2 comments

Style that loading on demand will override the custom style I use.

zhouleyan avatar Oct 27 '20 08:10 zhouleyan

How did you import and customize the styles?

leoendless avatar Nov 27 '20 09:11 leoendless

You might just import your custom styles after the main.scss

import '@kube-design/components/esm/styles/main.scss'
import 'scss/main.scss'

leoendless avatar Nov 27 '20 09:11 leoendless