dash-website/_sass/_directives.scss
2016-07-29 00:24:13 -04:00

11 lines
149 B
SCSS

/*
This is for time-saving base classes that get @extend -ed
*/
%clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}