Files
liquid/_sass/partials/_helpers.scss
2016-03-18 20:29:35 -04:00

17 lines
203 B
SCSS

%clearfix {
&:after {
content: "";
display: table;
clear: both;
}
}
.visually-hidden {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}