This website requires JavaScript.
Explore
Help
Register
Sign In
test
/
element-plus
Watch
1
Star
0
Fork
0
You've already forked element-plus
mirror of
https://gitee.com/element-plus/element-plus.git
synced
2024-12-14 01:11:25 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
33859cca5d
element-plus
/
docs
/
.vitepress
/
vitepress
/
styles
/
common
/
index.scss
4 lines
54 B
SCSS
Raw
Normal View
History
Unescape
Escape
feat(theme-chalk): use @use instead of @import & remove /**/ comment (#3696) * 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
2021-09-28 20:42:12 +08:00
@use
'
./switch
'
;
@use
'
./hamburger
'
;
feat: add dark for custom button & adjust details (#7086)
2022-04-10 23:58:20 +08:00
@use
'
./helper
'
;
Reference in New Issue
Copy Permalink