mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
11 lines
141 B
SCSS
11 lines
141 B
SCSS
/*
|
|
This is for time-saving base classes that get @extend -ed
|
|
*/
|
|
|
|
%clearfix {
|
|
&:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
}
|