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.
_s/sass/modules/_clearings.scss

19 lines
182 B
SCSS
Raw Normal View History

.clear,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer {
2020-04-05 20:49:27 +00:00
2020-04-10 21:39:01 +00:00
&::before,
&::after {
@include clearfix;
}
2020-04-10 21:39:01 +00:00
&::after {
2020-04-05 20:49:27 +00:00
2020-04-10 21:39:01 +00:00
@include clearfix-after;
}
}