mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
dec5d665a3
* feat: change to import scss Change the import css to import scss to facilitate style modification * fix: fixed: storybook support scss file fixed: storybook support scss file * chore: remove redundant code in webpack.config.js Remove redundant code in webpack.config.js
9 lines
145 B
SCSS
9 lines
145 B
SCSS
@import "mixins/mixins";
|
|
@import "common/var";
|
|
|
|
@include b(footer) {
|
|
padding: $--footer-padding;
|
|
box-sizing: border-box;
|
|
flex-shrink: 0;
|
|
}
|