cssinjs / jss

JSS is an authoring tool for CSS which uses JavaScript as a host language.
https://cssinjs.org
MIT License
7.07k stars 397 forks source link

Add autocompletion for atom #575

Open kof opened 7 years ago

kof commented 7 years ago

There is already a working one for glamorous https://github.com/ansumanshah/css-in-js

We can either send them a PR, it is easy to add, or fork it

We need to support jss, react-jss and styled-jss though.

iamstarkov commented 7 years ago

styled-jss can be supported easily by extending cssRegex in options

iamstarkov commented 7 years ago

how to support react-jss, i dont know

iamstarkov commented 7 years ago

but i would like to avoid a fork