8 lines
97 B
SCSS
8 lines
97 B
SCSS
@use 'mixins/mixins' as *;
|
|
|
|
@include b(affix) {
|
|
@include m(fixed) {
|
|
position: fixed;
|
|
}
|
|
}
|