ben-rogerson / twin.macro

🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, solid-styled-components, stitches and goober) at build time.
MIT License
7.89k stars 184 forks source link

Min-Width not validating #858

Closed john-twigg-ck closed 3 months ago

john-twigg-ck commented 3 months ago

It doesn't seem like min-w-[number] is comprehensively covered?

https://tailwindcss.com/docs/min-width

Example failing:

 tw.p`min-w-32 rounded-md bg-blue-400`

image

I think its because it depends on this archived project for types. https://github.com/lightyen/tailwind-types

john-twigg-ck commented 3 months ago

Never mind. The VS Code project is deprecated

https://github.com/lightyen/vscode-tailwindcss-twin

BOO!!!