Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@hudochenkov hudochenkov released this 04 Nov 22:27
· 2 commits to main since this release
  • Added support for passing a function to styled instead using it as a tagged template. For example, styled.div(props => `color: red;`), or styled(Component)(props => `color: red;`)