This website requires JavaScript.
Explore
Wiki
Markdown
Emojis
Help
Sign In
rayelliott
/
understrap
Archived
Watch
1
Star
0
Fork
You've already forked understrap
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2020-05-08
. You can view files and clone it, but cannot push or open issues or pull requests.
bbe512b19b
understrap
/
src
/
sass
/
bootstrap4
/
mixins
/
_clearfix.scss
8 lines
93 B
SCSS
Raw
Blame
History
@mixin
clearfix
()
{
&
:
:
after
{
content
:
"
"
;
display
:
table
;
clear
:
both
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink