This website requires JavaScript.
Explore
Help
Sign In
Website
/
Manager
Watch
1
Star
0
Fork
You've already forked Manager
0
Code
Releases
11
Activity
3d66bdaea9
Manager
/
style
/
default
/
vendor
/
bootstrap
/
scss
/
mixins
/
_clearfix.scss
8 lines
93 B
SCSS
Raw
Blame
History
@mixin
clearfix
()
{
&
:
:
after
{
display
:
block
;
clear
:
both
;
content
:
"
"
;
}
}
View Git Blame
Copy Permalink