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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
in modular application, picostyle injects rules in random order, so component style can have more priority, than style of his "parent", where that component used.
We can do it like styled(SomethingAlreadyStyled)({ ... }) in component closure scope, with more js semantics, but how to force style "priority" without !important?
in modular application, picostyle injects rules in random order, so component style can have more priority, than style of his "parent", where that component used.
We can do it like styled(SomethingAlreadyStyled)({ ... }) in component closure scope, with more js semantics, but how to force style "priority" without !important?