Skip to content

@commencis/stylelint-config@1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Nov 13:31
· 659 commits to main since this release
166a0c4

Minor Changes

  • update dependency: postcss-styled-syntax@0.7.0 (#123)

    • 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;')