Adding padding with decimal value #2895
Answered
by
tikktakk79
tikktakk79
asked this question in
Help
-
I can't add padding with "p-2.5" or rather it doesn't do anything. "p-2" works fine as well as "p-3". I've tried both in Codepen and my own Vue-project. From what I can read in the documentation "p-2.5" should work. The problem seems to be the use of a decimal value as I can't get "p-1.5" to work either. |
Beta Was this translation helpful? Give feedback.
Answered by
tikktakk79
Nov 25, 2020
Replies: 1 comment
-
Through Discord I found out that my problem was that I had not updated to Tailwind v2. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tikktakk79
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Through Discord I found out that my problem was that I had not updated to Tailwind v2.