Khan / aphrodite

Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation
5.34k stars 188 forks source link

new `stylelint` support. #333

Open gucong3000 opened 6 years ago

gucong3000 commented 6 years ago

I am working on stylelint and postcss that support aphrodite. I need more testing and feedback. Can someone help me? All you need to do is just install postcss-jsx

npm install --save-dev stylelint/stylelint postcss-jsx
stylelint **/*.{js,jsx,css}

processors and syntax must remove from .stylelintrc and CLI

kevinbarabash commented 5 years ago

Does this support all of stylelint's rules or a subset?