1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00
Files
tabler/scss/mixins/_mixins.scss
T
2019-10-27 13:09:59 +01:00

11 lines
199 B
SCSS

@mixin subheader($include-color: true) {
font-size: $h6-font-size;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .04em;
@if ($include-color) {
color: $text-muted;
}
}