How can I apply PicoCSS within a specific element (container) only? #529
Unanswered
dev-willis
asked this question in
Help
Replies: 1 comment 1 reply
-
Conditional Styling from the Documentation should be what you need:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm creating a module inside a CMS and I want to apply the PicoCSS styles to my module only. I have this in my scss:
This mostly works but there are still some things that break out of the root element/parent selector and negatively impact the styling of the CMS.
Is this a bug or am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions