This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
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?