From b4148c3584a3a8db3e273bc53ae0ba2083dcc59f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 3 Jul 2024 07:42:57 -0700 Subject: [PATCH] Typography: Fix up indentation of text size scale classes --- assets/css/010_typography.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/010_typography.css b/assets/css/010_typography.css index f374510..0b3981b 100644 --- a/assets/css/010_typography.css +++ b/assets/css/010_typography.css @@ -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 }} }