Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
haoqi7
/
cs
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cs
/
static
/
docs
/
5.0
/
scss
/
mixins
/
_clearfix.scss
haoqi7
Upload 1527 files
a8eb386
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
147 Bytes
// scss-docs-start clearfix
@mixin
clearfix() {
&
::after
{
display
: block;
clear
: both;
content
:
""
;
}
}
// scss-docs-end clearfix