Skip to content

v7.0.0

Compare
Choose a tag to compare
@arthurxavierx arthurxavierx released this 01 May 18:34
  • Style modifiers now have type StyleModifier, so that they cannot depend on component-specific properties.
  • Rename styleModifier and styleModifier_ to style and style_ 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.