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
Hi, I want to ask about nested rules in CSS. I found the error like this [vite] Internal server error: Cannot read properties of undefined (reading 'match'). Maybe someone here has found this problem or maybe it has been solved? Please tell me, thank you! *the following code is an example
The text was updated successfully, but these errors were encountered:
This is not supported by juice (I think)
Juice relies on a library called mensch, and uses the method parse to handle the CSS string. And this has no support in it.
Maybe we can catch the CSS string with & references beforemensch.parse and format it correctly. What do you think @jrit ?
Hi, I want to ask about nested rules in CSS. I found the error like this
[vite] Internal server error: Cannot read properties of undefined (reading 'match')
. Maybe someone here has found this problem or maybe it has been solved? Please tell me, thank you!*the following code is an example
The text was updated successfully, but these errors were encountered: