v7.0.0
- Style modifiers now have type
StyleModifier
, so that they cannot depend on component-specific properties. - Rename
styleModifier
andstyleModifier_
tostyle
andstyle_
respectively (#145) - Fix the direction of composition of style combinators (#145).
- Now style modifiers work like normal prop modifiers, where the rightmost styles take precedence over the leftmost ones.