Skip to content

Commit 9224e76

Browse files
authored
fix error of eclint (stylelint#46)
1 parent 228c035 commit 9224e76

20 files changed

+6069
-6064
lines changed

test/fixtures/emotion-10.jsx.json

Lines changed: 420 additions & 420 deletions
Large diffs are not rendered by default.

test/fixtures/glamorous.jsx.json

Lines changed: 1212 additions & 1212 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
import styled, { css } from "styled-components";
22

33
export const buttonStyles = css`
4-
display: inline-block;
4+
display: inline-block;
55
`;
66

77
export const ButtonStyled1 = styled.button`
8-
${buttonStyles}
9-
color: red;
8+
${buttonStyles}
9+
color: red;
1010
`;
1111

1212
export const ButtonStyled2 = styled.button`
13-
${buttonStyles};
14-
color: red;
13+
${buttonStyles};
14+
color: red;
1515
`;
1616

1717
export const ButtonStyled3 = styled.button`
1818
;
19-
color: red;
20-
${buttonStyles}
19+
color: red;
20+
${buttonStyles}
2121
`;
2222

2323
export const ButtonStyled4 = styled.button`
2424
;
25-
color: red;
26-
${buttonStyles};
25+
color: red;
26+
${buttonStyles};
2727
`;

0 commit comments

Comments
 (0)