mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(theme-chalk): use @use instead of @import & remove /**/ comment * refactor(theme-chalk): refactor scss with @use module * fix(docs): scss in docs toggle to '@use' * docs: add custom theme on demand * docs: add unplugin-element-plus
4 lines
66 B
SCSS
4 lines
66 B
SCSS
@use 'var.scss';
|
|
@use 'common/transition.scss';
|
|
@use 'icon.scss';
|