mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
20 lines
214 B
Plaintext
20 lines
214 B
Plaintext
![]() |
.clearfix {
|
||
|
*zoom: 1;
|
||
|
&:after {
|
||
|
content: '';
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
height: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.foo {
|
||
|
&:extend(.clearfix all);
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
.bar {
|
||
|
&:extend(.clearfix all);
|
||
|
color: blue;
|
||
|
}
|