Skip to content

Commit

Permalink
chore: the fractional value of the spacer has had its comma replaced …
Browse files Browse the repository at this point in the history
…with a period
  • Loading branch information
PKulkoRaccoonGang committed Sep 3, 2024
1 parent 5843459 commit 1b83468
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions styles/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly, this file was auto-generated. while transforming design tokens.
* See <root>/tokens/README.md for more details.
* Do not edit directly, this file was auto-generated.
* Generated on Tue, 03 Sep 2024 14:45:12 GMT
*/

:root {
Expand Down Expand Up @@ -89,9 +89,9 @@
--pgn-typography-font-size-sm: 0.875rem; /* Small font size. */
--pgn-typography-font-size-lg: var(--pgn-typography-font-size-base) * 1.25; /* Lead text font size. */
--pgn-typography-font-size-base: 1.125rem; /* Base font size. */
--pgn-typography-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, '"Liberation Mono"', '"Courier New"', monospace; /* Monospace font family. */
--pgn-typography-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; /* Monospace font family. */
--pgn-typography-font-family-serif: serif; /* Serif font family. */
--pgn-typography-font-family-sans-serif: -apple-system, BlinkMacSystemFont, '"Segoe UI"', Roboto, '"Helvetica Neue"', Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'; /* Sans-serif font family. */
--pgn-typography-font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* Sans-serif font family. */
--pgn-typography-font-family-base: var(--pgn-typography-font-family-sans-serif); /* Basic font family. */
--pgn-typography-blockquote-font-size: calc(var(--pgn-typography-font-size-base) * 1.25);
--pgn-typography-blockquote-small-font-size: var(--pgn-typography-font-size-sm);
Expand Down
10 changes: 5 additions & 5 deletions tokens/src/core/global/spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@
"$value": "1rem",
"$description": "Basic space value"
},
"1,5": {
"1.5": {
"$value": "calc({spacing.spacer.base} * .375)",
"$description": "Space value of level 1.5"
},
"2,5": {
"2.5": {
"$value": "calc({spacing.spacer.base} * .75)",
"$description": "Space value of level 2.5"
},
"3,5": {
"3.5": {
"$value": "calc({spacing.spacer.base} * 1.25)",
"$description": "Space value of level 3.5"
},
"4,5": {
"4.5": {
"$value": "calc({spacing.spacer.base} * 2)",
"$description": "Space value of level 4.5"
},
"5,5": {
"5.5": {
"$value": "calc({spacing.spacer.base} * 4)",
"$description": "Space value of level 5.5"
}
Expand Down

0 comments on commit 1b83468

Please sign in to comment.