0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00
Bootstrap/scss/helpers/_clearfix.scss
2025-02-20 09:02:39 -08:00

8 lines
95 B
SCSS

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