Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
6cc198bf7aedb28d6401db70e3f9c298c28b03e0
6cc198bf7aedb28d6401db70e3f9c298c28b03e0
Switch branch/tag
search-page
node_modules
bootstrap
scss
mixins
_clearfix.scss
Find file
Normal view
History
Permalink
_clearfix.scss
93 Bytes
Edit
Web IDE
Newer
Older
first commit
Sangjune Bae
committed
Dec 26, 2020
1
2
3
4
5
6
7
@mixin
clearfix
()
{
&
::after
{
display
:
block
;
clear
:
both
;
content
:
""
;
}
}