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 e78b1ec commit eef85be
Showing 1 changed file with 5 additions and 5 deletions.
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 eef85be

Please sign in to comment.