Open eljefe223 opened 3 months ago
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(() => {}); }
🙋 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: