Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
coref
like
2
Running
App
Files
Files
Community
main
coref
/
less
/
mixins
/
clearfix.less
Julien Chaumond
Checkpoint 1
5b4fd78
over 7 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
.clearfix
{
&
:before
,
&
:after
{
content
:
" "
;
display
: table;
}
&
:after
{
clear
: both;
}
}