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
Hello, I'm trying to make new @layer property work with JSS (wrap all my JSS inside @layer test { /*all my jss here */ }), but the only way I was able to do it is hack methods that output JSS to string and hardcode it there. Any suggestions on how to do it properly?
The text was updated successfully, but these errors were encountered:
I would be curious as well.
Is there any escape hatch to go around this? Like an option to add a raw string before / after a CSS block without validation.
Thanks!
Hello, I'm trying to make new @layer property work with JSS (wrap all my JSS inside
@layer test { /*all my jss here */ }
), but the only way I was able to do it is hack methods that output JSS to string and hardcode it there. Any suggestions on how to do it properly?The text was updated successfully, but these errors were encountered: