Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
9
_sass/bootstrap/mixins/_clearfix.scss
Normal file
9
_sass/bootstrap/mixins/_clearfix.scss
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