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
Support for CSS layers was recently added to vanilla extract which was an excellent addition. I plan on experimenting with layers in the near future but I noticed that the vanilla-extract/sprinkles package doesn't support layers yet, at least not obviously. My thought process is that perhaps the layers API could be used to resolve some tricky aspects of using sprinkles in a recipe for example (as some have already experienced #1, #2).
My idea would have the layer be defined in as a prop of defineProperties:
I'm far from an expert in this library so I'm sure there are flaws with this example implementation but hopefully the general idea comes across clearly.
Is support for layers in Sprinkles possible or does the current architecture of VE and Sprinkles render that impossible?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Support for CSS layers was recently added to vanilla extract which was an excellent addition. I plan on experimenting with layers in the near future but I noticed that the
vanilla-extract/sprinkles
package doesn't support layers yet, at least not obviously. My thought process is that perhaps the layers API could be used to resolve some tricky aspects of using sprinkles in a recipe for example (as some have already experienced #1, #2).My idea would have the layer be defined in as a prop of
defineProperties
:I'm far from an expert in this library so I'm sure there are flaws with this example implementation but hopefully the general idea comes across clearly.
Is support for layers in Sprinkles possible or does the current architecture of VE and Sprinkles render that impossible?
Beta Was this translation helpful? Give feedback.
All reactions