Last active
August 28, 2023 21:55
-
-
Save vivgui/85fe14842109a2955ab9b32d278c6f00 to your computer and use it in GitHub Desktop.
Here's a bigger spacing scale for TailwindCSS.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spacing: { | |
"13": '3.25rem', | |
"15": '3.75rem', | |
"17": '4.25rem', | |
"18": '4.5rem', | |
"19": '4.75rem', | |
"76": "19rem", | |
"84": "21rem", | |
"88": "22rem", | |
"92": "23rem", | |
"100": "25rem", | |
"104": "26rem", | |
"108": "27rem", | |
"112": "28rem", | |
"116": "29rem", | |
"120": "30rem", | |
"124": "31rem", | |
"128": "32rem", | |
"132": "33rem", | |
"136": "34rem", | |
"140": "35rem", | |
"144": "36rem", | |
"148": "37rem", | |
"152": "38rem", | |
"156": "39rem", | |
"160": "40rem", | |
"164": "41rem", | |
"168": "42rem", | |
"172": "43rem", | |
"176": "44rem", | |
"180": "45rem", | |
"184": "46rem", | |
"188": "47rem", | |
"192": "48rem", | |
"196": "49rem", | |
"200": "50rem", | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment