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 value does resolve correctly and render fine on the frontend, but is not part of the typescript autocomplete in VS Code. The only thing that shows up via autocomplete are values stored for the generic colors token, but what I'm attempting to do is set only certain values to be valid for various properties (text-related colors for color, background properties for fill, background-color, etc).
I'm unsure if this is part of the VS Code plugin or Panda CSS in general though 😕
Problem Statement/Justification
This would expand coverage for custom values.
Proposed Solution or API
Update types for properties to take custom utilities into account.
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
When adding utilities to override certain properties:
And using them in a style:
The value does resolve correctly and render fine on the frontend, but is not part of the typescript autocomplete in VS Code. The only thing that shows up via autocomplete are values stored for the generic
colors
token, but what I'm attempting to do is set only certain values to be valid for various properties (text-related colors forcolor
, background properties forfill, background-color, etc
).I'm unsure if this is part of the VS Code plugin or Panda CSS in general though 😕
Problem Statement/Justification
This would expand coverage for custom values.
Proposed Solution or API
Update types for properties to take custom utilities into account.
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: