You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought it isn't supported as autocompletes weren't there so I searched & stumbled upon 2-3 issues which lead me to this PR by @adamwathan which adds support for custom border colors.
Basically it should autocomplete when I type border-t- like:
<divclass="border-t-blue-500 border-b-pink-300">
The text was updated successfully, but these errors were encountered:
Hey @deadcoder0904. Per-side border colour completions are supported when using tailwindcss v3. I'm going to close this as it's unlikely we will be back-porting this for v2's JIT mode.
I thought it isn't supported as autocompletes weren't there so I searched & stumbled upon 2-3 issues which lead me to this PR by @adamwathan which adds support for custom border colors.
Basically it should autocomplete when I type
border-t-
like:The text was updated successfully, but these errors were encountered: