@@ -159,6 +159,8 @@ you can write a parser and/or stringifier to extend PostCSS.
159159* [ ` postcss-syntax ` ] switch syntax automatically by file extensions.
160160* [ ` postcss-html ` ] parsing styles in ` <style> ` tags of HTML-like files.
161161* [ ` postcss-markdown ` ] parsing styles in code blocks of Markdown files.
162+ * [ ` postcss-styled-syntax ` ] parses styles in template literals CSS-in-JS
163+ like styled-components.
162164* [ ` postcss-jsx ` ] parsing CSS in template / object literals of source files.
163165* [ ` postcss-styled ` ] parsing CSS in template literals of source files.
164166* [ ` postcss-scss ` ] allows you to work with SCSS
@@ -174,19 +176,20 @@ you can write a parser and/or stringifier to extend PostCSS.
174176* [ ` postcss-safe-parser ` ] finds and fixes CSS syntax errors.
175177* [ ` midas ` ] converts a CSS string to highlighted HTML.
176178
177- [ `postcss-less-engine` ] : https://github.com/Crunch/postcss-less
178- [ `postcss-safe-parser` ] : https://github.com/postcss/postcss-safe-parser
179- [ `postcss-syntax` ] : https://github.com/gucong3000/postcss-syntax
180- [ `postcss-html` ] : https://github.com/gucong3000/postcss-html
181- [ `postcss-markdown` ] : https://github.com/gucong3000/postcss-markdown
182- [ `postcss-jsx` ] : https://github.com/gucong3000/postcss-jsx
183- [ `postcss-styled` ] : https://github.com/gucong3000/postcss-styled
184- [ `postcss-scss` ] : https://github.com/postcss/postcss-scss
185- [ `postcss-sass` ] : https://github.com/AleshaOleg/postcss-sass
186- [ `postcss-less` ] : https://github.com/webschik/postcss-less
187- [ `postcss-js` ] : https://github.com/postcss/postcss-js
188- [ `sugarss` ] : https://github.com/postcss/sugarss
189- [ `midas` ] : https://github.com/ben-eb/midas
179+ [ `postcss-styled-syntax` ] : https://github.com/hudochenkov/postcss-styled-syntax
180+ [ `postcss-less-engine` ] : https://github.com/Crunch/postcss-less
181+ [ `postcss-safe-parser` ] : https://github.com/postcss/postcss-safe-parser
182+ [ `postcss-syntax` ] : https://github.com/gucong3000/postcss-syntax
183+ [ `postcss-html` ] : https://github.com/ota-meshi/postcss-html
184+ [ `postcss-markdown` ] : https://github.com/ota-meshi/postcss-markdown
185+ [ `postcss-jsx` ] : https://github.com/gucong3000/postcss-jsx
186+ [ `postcss-styled` ] : https://github.com/gucong3000/postcss-styled
187+ [ `postcss-scss` ] : https://github.com/postcss/postcss-scss
188+ [ `postcss-sass` ] : https://github.com/AleshaOleg/postcss-sass
189+ [ `postcss-less` ] : https://github.com/webschik/postcss-less
190+ [ `postcss-js` ] : https://github.com/postcss/postcss-js
191+ [ `sugarss` ] : https://github.com/postcss/sugarss
192+ [ `midas` ] : https://github.com/ben-eb/midas
190193
191194
192195## Articles
0 commit comments