public/sass/mixins/text/headings.scss (
6
lines of code) (
raw
):
@import "typography.scss"; @mixin h3() { font-size: $h3-font-size; font-weight: bold; text-transform: uppercase; }