Astro & Panda: Entry layers #1150
Replies: 3 comments 5 replies
-
Another thing, how does panda handle vendor prefixes? Does it use something like stylis? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@thejackshelton You might be looking for this |
Beta Was this translation helpful? Give feedback.
1 reply
-
@anubra266 can I use autoprefixer with Astro? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the installation guide below:
https://panda-css.com/docs/installation/astro
In step #5 it mentions the following.
I'm not sure if there's really any root component for an Astro project. I put it in global.css inside of the styled-system directory. Would that be alright?
Not being able to style things in random parts of my website due to scoped styles was a major pain point for me. For example, I would use a poctcss media query variable plugin, only for it to work within that one page (even with is:global). I had to end up removing the plugin.
Beta Was this translation helpful? Give feedback.
All reactions