mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +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
10 lines
112 B
SCSS
10 lines
112 B
SCSS
@use '../mixins' as *;
|
|
|
|
.navbar-menu {
|
|
display: none;
|
|
|
|
@include respond-to('md') {
|
|
display: flex;
|
|
}
|
|
}
|