dash-website/_sass/_directives.scss
2016-09-04 11:21:40 -04:00

11 lines
141 B
SCSS

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