Skip to content

Commit

Permalink
fix: change slugs to not use digits
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Nov 14, 2023
1 parent e985037 commit 67c95cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
},
"spacingSizes": [
{
"name": "2XS",
"name": "XXS",
"size": "clamp(.4rem, 2vw, 0.5rem)",
"slug": "2xs"
"slug": "xxs"
},
{
"name": "XS",
Expand Down Expand Up @@ -217,9 +217,9 @@
"slug": "xl"
},
{
"name": "2XL",
"name": "XXL",
"size": "clamp(3rem, 7vw, 5rem)",
"slug": "2xl"
"slug": "xxl"
}
],
"units": [
Expand Down

0 comments on commit 67c95cd

Please sign in to comment.