Skip to content

Commit 601235f

Browse files
authored
fix readme (stylelint#18)
1 parent 20da567 commit 601235f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ PostCSS JSX Syntax
1313

1414
[PostCSS](https://github.com/postcss/postcss) syntax for parsing [CSS in JS](https://github.com/MicheleBertoli/css-in-js) literals:
1515

16-
- [emotion](https://github.com/emotion-js/emotion)
17-
- [aphrodite](https://github.com/Khan/aphrodite)
18-
- [glamor](https://github.com/threepointone/glamor)
19-
- [glamorous](https://github.com/paypal/glamorous)
20-
- [react-native](https://github.com/necolas/react-native-web)
21-
- [react-style](https://github.com/js-next/react-style)
22-
- [reactcss](https://github.com/casesandberg/reactcss)
23-
- [styled-components](https://github.com/styled-components/styled-components)
24-
- [styletron-react](https://github.com/rtsao/styletron)
25-
- [typestyle](https://github.com/typestyle/typestyle)
16+
- [emotion](https://github.com/emotion-js/emotion)
17+
- [aphrodite](https://github.com/Khan/aphrodite)
18+
- [glamor](https://github.com/threepointone/glamor)
19+
- [glamorous](https://github.com/paypal/glamorous)
20+
- [react-native](https://github.com/necolas/react-native-web)
21+
- [react-style](https://github.com/js-next/react-style)
22+
- [reactcss](https://github.com/casesandberg/reactcss)
23+
- [styled-components](https://github.com/styled-components/styled-components)
24+
- [styletron-react](https://github.com/rtsao/styletron)
25+
- [typestyle](https://github.com/typestyle/typestyle)
2626

2727
## Getting Started
2828

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-jsx",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)