This website requires JavaScript.
Explore
Help
Sign In
cloudspace
/
webseite-grav
Watch
1
Star
0
Fork
You've already forked webseite-grav
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
main
webseite-grav
/
themes
/
quark
/
scss
/
spectre
/
mixins
/
_clearfix.scss
9 lines
111 B
SCSS
Executable File
Raw
Permalink
Blame
History
// Clearfix mixin
@mixin
clearfix
()
{
&
:
:
after
{
clear
:
both
;
content
:
"
"
;
display
:
table
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink