Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// ==========================================================================
// Clear fix mixin (clearfix)
// ==========================================================================
@mixin a8c-clear-fix {
&::after {
content: ".";
display: block;
height: 0;
width: 0;
clear: both;
visibility: hidden;
overflow: hidden;
}
}