This website requires JavaScript.
Explore
Help
Sign In
CyCAT
/
cycat-project-website
mirror of
https://github.com/CyCat-project/cycat-project-website
Watch
1
Star
0
Fork
You've already forked cycat-project-website
0
Code
Issues
Projects
Releases
Wiki
Activity
3efc387155
cycat-project-website
/
_sass
/
bootstrap
/
mixins
/
_clearfix.scss
8 lines
93 B
SCSS
Raw
Blame
History
@mixin
clearfix
()
{
&
:
:
after
{
display
:
block
;
clear
:
both
;
content
:
"
"
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink