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