Skip to content

Commit

Permalink
feat: replace slugs
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Nov 16, 2023
1 parent 67c95cd commit dedd907
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,37 +189,37 @@
{
"name": "XXS",
"size": "clamp(.4rem, 2vw, 0.5rem)",
"slug": "xxs"
"slug": "20"
},
{
"name": "XS",
"size": "clamp(.6rem, 2.5vw, 1rem)",
"slug": "xs"
"slug": "30"
},
{
"name": "S",
"size": "clamp(1rem, 3vw, 1.5rem)",
"slug": "s"
"slug": "40"
},
{
"name": "M",
"size": "clamp(1.5rem, 4vw, 2rem)",
"slug": "m"
"slug": "50"
},
{
"name": "L",
"size": "clamp(2rem, 5vw, 3rem)",
"slug": "l"
"slug": "60"
},
{
"name": "XL",
"size": "clamp(3rem, 6vw, 4rem)",
"slug": "xl"
"slug": "70"
},
{
"name": "XXL",
"size": "clamp(3rem, 7vw, 5rem)",
"slug": "xxl"
"slug": "80"
}
],
"units": [
Expand Down

0 comments on commit dedd907

Please sign in to comment.