From ef4793e96c1ebacfec0f70c72d3d085138027418 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 18 Dec 2023 11:50:09 +0100 Subject: Headline typography --- src/objects/_heading.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/objects/_heading.scss') diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index 3e6ac7c..514f0a6 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss @@ -4,6 +4,12 @@ @use '../config'; @include iro.props-namespace('heading') { + @include iro.props-store(( + --dims: ( + --offset: -.04em, + ) + ), 'dims'); + @include iro.props-store(( --colors: ( --light: fn.global-color(--fg-hi), @@ -17,7 +23,7 @@ display: block; margin-top: fn.global-dim(--heading --margin-top); - transform: translateX(-.06em); + transform: translateX(fn.dim(--offset)); letter-spacing: normal; text-transform: none; -- cgit v1.2.3-54-g00ecf