theron-wang / VS2022-Editor-Support-for-Tailwind-CSS

Unofficial VS2022 Tailwind CSS extension for IntelliSense, linting, sorting, and more to enhance the development experience in Visual Studio 2022.
https://marketplace.visualstudio.com/items?itemName=TheronWang.TailwindCSSIntellisense
MIT License
89 stars 5 forks source link

[Feature Request] Enhance intellisense spacing description to also include the value in pixels in addition to rem #9

Closed gpshonik closed 1 year ago

gpshonik commented 1 year ago

Would it be possible to add the tailwind px equivalent for the spacing utility classes? I have a hard time thinking in terms of rem relative sizing so this would make selecting the correct class even easier. Thank you!

Example:

image

https://tailwindcss.com/docs/customizing-spacing#default-spacing-scale

image
theron-wang commented 1 year ago

I just released an update which includes this. Thanks!