🚚 [bootsier] Extiende Bootstrap sin cambiar core
This commit is contained in:
parent
313b4762bc
commit
f6b76caf8d
103 changed files with 158 additions and 3 deletions
9
packages/pagetop-bootsier/static/scss/bootstrap-5.3.3/mixins/_clearfix.scss
vendored
Normal file
9
packages/pagetop-bootsier/static/scss/bootstrap-5.3.3/mixins/_clearfix.scss
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// scss-docs-start clearfix
|
||||
@mixin clearfix() {
|
||||
&::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
// scss-docs-end clearfix
|
||||
Loading…
Add table
Add a link
Reference in a new issue