This website requires JavaScript.
Explore
Help
Sign In
embarklabs
/
blog
mirror of
Watch
2
Star
0
Fork
You've already forked blog
0
Code
Issues
Projects
Releases
Wiki
Activity
d45833619b
blog
/
themes
/
embark
/
source
/
css
/
01-tools
/
_tools.clearfix.scss
7 lines
91 B
SCSS
Raw
Blame
History
@mixin
clearfix
()
{
&
:
after
{
content
:
"
"
;
clear
:
both
;
display
:
block
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink