mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
8583c70fdc
* 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
6 lines
198 B
SCSS
6 lines
198 B
SCSS
@use './date-picker/picker.scss';
|
|
@use './date-picker/picker-panel.scss';
|
|
@use './date-picker/time-spinner.scss';
|
|
@use './date-picker/time-picker.scss';
|
|
@use './date-picker/time-range-picker.scss';
|