8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
#clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|