Typography: Fix up indentation of text size scale classes
This commit is contained in:
parent
4f147b6b7a
commit
b4148c3584
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@
|
|||
|
||||
--text-base-size: 125%;
|
||||
--text-base: {{ $base }}{{ $unit }};
|
||||
{{- range $scale }}
|
||||
--text-{{ .Name }}: calc(var(--text-base) * pow({{ $factor }}, {{ .Value }}));
|
||||
{{- end }}
|
||||
{{ range $scale -}}
|
||||
--text-{{ .Name }}: calc(var(--text-base) * pow({{ $factor }}, {{ .Value }}));
|
||||
{{- end }}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue