mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
8 lines
93 B
SCSS
8 lines
93 B
SCSS
![]() |
@mixin clearfix() {
|
||
|
&::after {
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
content: "";
|
||
|
}
|
||
|
}
|