Last active
April 1, 2024 15:42
-
-
Save trevorgreenleaf/0aef4a3c33cdc8011affb170cef4384c to your computer and use it in GitHub Desktop.
PX to REM'S to TAILWIND CSS
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
PX | REM | TW | |
---|---|---|---|
4 | 0.25 | 1 | |
8 | 0.5 | 2 | |
16 | 1 | 4 | |
32 | 2 | 8 | |
48 | 3 | 12 | |
64 | 4 | 16 | |
80 | 5 | 20 | |
96 | 6 | 24 | |
112 | 7 | 28 | |
128 | 8 | 32 | |
144 | 9 | 36 | |
160 | 10 | 40 | |
176 | 11 | 44 | |
192 | 12 | 48 | |
208 | 13 | 52 | |
224 | 14 | 56 | |
240 | 15 | 60 | |
256 | 16 | 64 | |
272 | 17 | 68 | |
288 | 18 | 72 | |
304 | 19 | 76 | |
320 | 20 | 80 | |
336 | 21 | 84 |
Beautiful !!! Thanks a lot for this!
Thanks, this has been helpful!
π
Thanks
πππππ
You can use this too: https://tailwindtemplates.io/rem-converter/
You can use this too: https://tailwindtemplates.io/rem-converter/
Nice, thanks!
Greatπ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!