Font-family, font-size, font-weight, utility?
Can someone tell me the utility which would do something like this ? Can plug-in webpack, gulp ?
.example {
font-family: sans-serif;
font-weight: 400;
font-size: 17px
}
to turn it into
.example {
font: 400 17px sans-serif;
}
2 answers
As I recall, it could
cssoFind more questions by tags SassAdaptive designWebpackDesignCSS