mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
10 lines
173 B
SCSS
10 lines
173 B
SCSS
@import './mixins/mixins.scss';
|
|
|
|
@include b(affix) {
|
|
@include m(affixed) {
|
|
position: fixed;
|
|
@include m(absolute-positioned) {
|
|
position: absolute;
|
|
}
|
|
}
|
|
} |