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
The result is that the compiler correctly compiles the tailwind, but the vscode extension marks font-hairline as an error saying: Unknown utility "font-hairline"ts(-2020)
Unknown theme value "fontWeight[hairline]"ts(-2022)
Is this a bug or did I do something wrong?
The text was updated successfully, but these errors were encountered:
In the automatically generated twind config file I add the following
extend
:In a component I do:
The result is that the compiler correctly compiles the tailwind, but the vscode extension marks
font-hairline
as an error saying:Unknown utility "font-hairline"ts(-2020)
Unknown theme value "fontWeight[hairline]"ts(-2022)
Is this a bug or did I do something wrong?
The text was updated successfully, but these errors were encountered: