ansumanshah / css-in-js

Autocomplete React Native / JS Styles and converting plain CSS to JS styles
https://atom.io/packages/css-in-js
MIT License
208 stars 28 forks source link

Adapt for Sublime? #4

Open yonibot opened 6 years ago

yonibot commented 6 years ago

Hey, this is a great idea. I'd be glad to take a stab at adding support for Sublime Text as well. What do you think?

ansumanshah commented 6 years ago

I am converting this to a mono repo to make way for other editors setup, give me a day then we can start working on it.

yonibot commented 6 years ago

Sure 👍

paulmolluzzo commented 6 years ago

Bump? Take a look at the VS Code version since it uses the helpers in the css-in-js-helpers pretty extensively and might be a good guide/example. Ideally most of the code that’s not specific to a specific editor will be in hat shared package so other editors can be added just by hooking that into the appropriate APIs.