bootstrap/scss/helpers/_clearfix.scss

8 lines
95 B
SCSS

@use "../mixins/clearfix" as *;
@layer helpers {
.clearfix {
@include clearfix();
}
}