mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-07 11:31:03 +00:00
Initial commit
This commit is contained in:
7
_sass/bootstrap/mixins/_clearfix.scss
Executable file
7
_sass/bootstrap/mixins/_clearfix.scss
Executable file
@@ -0,0 +1,7 @@
|
||||
@mixin clearfix() {
|
||||
&::after {
|
||||
display: block;
|
||||
clear: both;
|
||||
content: "";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user