Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
transformer-autocomplete
like
7
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
transformer-autocomplete
/
front
/
less
/
mixins
/
clearfix.less
XciD
HF staff
initial commit
8969f81
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
.clearfix
{
&
:before
,
&
:after
{
content
:
" "
;
display
: table;
}
&
:after
{
clear
: both;
}
}