mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-08 23:08:14 -07:00
9 lines
147 B
SCSS
9 lines
147 B
SCSS
// scss-docs-start clearfix
|
|
@mixin clearfix() {
|
|
&::after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
}
|
|
// scss-docs-end clearfix
|