mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
11 lines
199 B
SCSS
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;
|
|
}
|
|
}
|