This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2019-01-18 12:34:25 +00:00
|
|
|
.clear,
|
|
|
|
.entry-content,
|
|
|
|
.comment-content,
|
|
|
|
.site-header,
|
|
|
|
.site-content,
|
|
|
|
.site-footer {
|
|
|
|
&::before,
|
|
|
|
&::after {
|
|
|
|
@include clearfix;
|
|
|
|
}
|
2014-07-28 13:35:53 +00:00
|
|
|
|
2019-01-18 12:34:25 +00:00
|
|
|
&::after {
|
|
|
|
@include clearfix-after;
|
|
|
|
}
|
2017-07-01 04:57:00 +00:00
|
|
|
}
|