💄 Prepare themes and set default for Drust
This commit is contained in:
parent
cafa1d53a2
commit
046d5605e9
132 changed files with 16514 additions and 170 deletions
9
packages/pagetop-bootsier/static/bootstrap-5.3.3/mixins/_clearfix.scss
vendored
Normal file
9
packages/pagetop-bootsier/static/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