mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-20 12:54:07 +00:00
8 lines
93 B
SCSS
Vendored
8 lines
93 B
SCSS
Vendored
@mixin clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|