8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
|
|
.clearfix() {
|
||
|
|
&::after {
|
||
|
|
display: table;
|
||
|
|
clear: both;
|
||
|
|
content: '';
|
||
|
|
}
|
||
|
|
}
|