npm babel-plugin-styled-components 1.13.2-test.1
v1.13.2-test.1

latest releases: 2.0.6, 2.0.5, 2.0.4...
2 years ago

Teach the plugin how to handle namespace import syntax properly, fixes #315 e.g.

import * as styled from 'styled-components'

const css = styled.css`
  background: black;
`

const GlobalStyle = styled.createGlobalStyle`
  html {
    background: black;
  }
`

const Test = styled.default.div`
  color: red;
`

const before = styled.default.div`
  color: blue;
`

styled.default.div``

export default styled.default.button``

Don't miss a new babel-plugin-styled-components release

NewReleases is sending notifications on new releases.