Skip to content

Commit 7a6448f

Browse files
committed
add failing test
1 parent e04eb6f commit 7a6448f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"plugins": [
3+
[
4+
"../../../src",
5+
{
6+
"minify": true
7+
}
8+
]
9+
]
10+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import styled from 'styled-components'
2+
3+
const Simple = styled.div`
4+
width: 100%;
5+
// color: ${'red'};
6+
`

0 commit comments

Comments
 (0)