Nguyễn Phúc Hưng Thịnh
Results
1
comments of
Nguyễn Phúc Hưng Thịnh
I have some code in ~/assets/scss/element-plus.scss @forward 'element-plus/theme-chalk/src/common/var.scss' with ( $colors: ( 'primary': ( 'base': #ff8900, ), ) ); and nuxt.config.ts css: ['~/assets/scss/element-plus.scss'], typescript: { strict: true, shim: false, },...