hugo-theme-zzo/assets/sass/base/_helpers.scss

18 lines
180 B
SCSS

.clearfix::after {
clear: both;
content: '';
display: table;
}
.capitalize {
text-transform: capitalize;
}
.hide {
display: none;
}
.grow {
@include flex-grow(1);
}