We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation seems to be lacking on css.partial. Especially when importing and applying a css.partial to a non-shadowed element.
css.partial
The solution is:
const myPartial = css.partial`color: red`; .my-class { myPartial.createCSS(() => {}); }
The text was updated successfully, but these errors were encountered:
janechu
No branches or pull requests
🙋 Documentation Request
The documentation seems to be lacking on
css.partial
. Especially when importing and applying acss.partial
to a non-shadowed element.💁 Possible Solution
The solution is:
The text was updated successfully, but these errors were encountered: