Skip to content

Commit

Permalink
fix padding tokens values
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjoy2Live committed Jul 25, 2023
1 parent 89d2f8c commit 706627c
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions packages/tailwind-constructor/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,39 +1709,39 @@
},
"padding": {
"p-1": {
"value": "4/$rem",
"value": "0.25rem",
"type": "spacing"
},
"p-2": {
"value": "8/$rem",
"value": "0.5rem",
"type": "spacing"
},
"p-4": {
"value": "16/$rem",
"value": "1rem",
"type": "spacing"
},
"p-6": {
"value": "24/$rem",
"value": "1.5rem",
"type": "spacing"
},
"p-8": {
"value": "32/$rem",
"value": "2rem",
"type": "spacing"
},
"p-12": {
"value": "48/$rem",
"value": "3rem",
"type": "spacing"
},
"p-16": {
"value": "64/$rem",
"value": "4rem",
"type": "spacing"
},
"p-24": {
"value": "96/$rem",
"value": "6rem",
"type": "spacing"
},
"p-32": {
"value": "128/$rem",
"value": "8rem",
"type": "spacing"
}
},
Expand Down Expand Up @@ -1906,6 +1906,10 @@
},
"$themes": [],
"$metadata": {
"tokenSetOrder": ["core", "light", "dark"]
"tokenSetOrder": [
"core",
"light",
"dark"
]
}
}
}

0 comments on commit 706627c

Please sign in to comment.