1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

Drop clearfix helper for display: flow-root

This commit is contained in:
Mark Otto
2025-02-21 22:43:35 -08:00
parent 3f88e39de9
commit eb3622e4ce
5 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +0,0 @@
@use "../mixins/clearfix" as *;
@layer helpers {
.clearfix {
@include clearfix();
}
}

View File

@@ -1,4 +1,3 @@
@forward "clearfix";
@forward "color-bg";
@forward "colored-links";
@forward "focus-ring";