♻️ [bootstrap] Reubica archivos estáticos
This commit is contained in:
parent
4c8f742b7b
commit
bf3fc68de5
106 changed files with 30 additions and 31 deletions
9
packages/pagetop-bootsier/static/scss/mixins/_clearfix.scss
vendored
Normal file
9
packages/pagetop-bootsier/static/scss/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