Replies: 1 comment
-
Seems about right.
Yes, as per a message in the Discord server from a maintainer:
Yes, this seems like a bug where the intellisense adds a candidate for each of the non-empty CSS properties for the class. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@utility
In v3, I had this plugin:
I tried porting it to v4 like this, it works:
I see three issues:
typo-
: 3 fortypo-logs
and 2 for the others:Undocumented variables
While looking at the generated css, I noticed the existence of default variables like these:
--default-font-family
--default-mono-font-family
Are they supposed to be reserved for tailwind’s internals, or can we use them?
Beta Was this translation helpful? Give feedback.
All reactions