Skip to content

Commit

Permalink
Add a test for #224
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 30, 2023
1 parent dc992bb commit c323090
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { styled } from 'styled-components';


const Test = styled.div`
width: 100%;
`
const Test2 = true ? styled.div`` : styled.div``
const styles = { One: styled.div`` }
let Component
Component = styled.div``
const WrappedComponent = styled(Inner)``

0 comments on commit c323090

Please sign in to comment.