This website requires JavaScript.
Explore
Help
Register
Sign In
ry
/
datat.fi
Watch
6
Star
0
Fork
You've already forked datat.fi
0
Code
Issues
Pull Requests
Projects
Releases
Activity
4923774857
datat.fi
/
_sass
/
basically-basic
/
mixins
/
_clearfix.scss
12 lines
118 B
SCSS
Raw
Blame
History
//
// Clearfix Mixin
//
@mixin
clearfix
()
{
&
:
:
after
{
display
:
block
;
content
:
"
"
;
clear
:
both
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink