Wildhoney / ReactShadow

:beginner: Utilise Shadow DOM in React with all the benefits of style encapsulation.
https://react-shadow.herokuapp.com/
MIT License
1.31k stars 81 forks source link

Css Variables from External URL link inside of a shadow dom not getting recognized #158

Open glespinosa opened 12 months ago

glespinosa commented 12 months ago

Describe the problem: CSS Variables is not being recognized by the react shadow and those styles are not being implemented in an element

In the inspect element this how it looks like image

Here's how I link the external stylesheet inside of the react shadow by using link and import image

Solutions? Do we have a way that the react-shadow can recognized those css variables?