Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Improve types to include css variables #2803

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dca123
Copy link

@dca123 dca123 commented Sep 14, 2024

In the docs regarding css variables, it's recommended to cast it as any.

This PR should allow you to add css variables, i.e "--${anthingGoesHere}". If the initial "--" is not there, an error is thrown !

Right now it only allows for strings & numbers as the properties.

Valid

{
  "--myColor": "#eeeeee"
}

Invalid

{
  "myColor": "#eeeeee"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant