Skip to content

Commit a04ef94

Browse files
author
Sebastian Thulin
committed
Merge branch 'main-1.x' of github.com:helsingborg-stad/styleguide into main-1.x
2 parents c6c0283 + 1f967bc commit a04ef94

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@helsingborg-stad/styleguide",
33
"appname": "styleguide",
4-
"version": "2.194.10",
4+
"version": "2.194.9",
55
"description": "",
66
"scripts": {
77
"test": "jest --coverage --maxWorkers=$(node -e \"console.log(Math.max(1, Math.floor(require('os').cpus().length / 2)))\")",

source/components/signature/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"apiVersion": 1,
44
"name": "Signature",
55
"slug": "signature",
6-
"tokens": ["space", "color--background-contrast-muted"],
6+
"tokens": ["space", "color--background-contrast-muted", "font-size-100"],
77
"description": "The Signature component provides a reusable pattern for signature in the interface.",
88
"tags": ["signature", "component"],
99
"similarComponents": ["segment", "sidebar", "newsitem"],

source/components/signature/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $_: "c-signature";
1818

1919
&__author {
2020
line-height: 1;
21+
--inherit-font-size: tokens.get($_, "font-size-100");
2122
}
2223

2324
&__title {

0 commit comments

Comments
 (0)