css-in-js
css-in-js copied to clipboard
Autocomplete React Native / JS Styles and converting plain CSS to JS styles
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?
It would be nice to have some configuration parameter which allows to set some activation criteria for the extension. Scenario: I do not want the style autocomplete in every .js...
- [ ] Rename this project to css-in-js-helpers Would like to have codemods for easy shifting between css-in-js libraries as part of this project with editor plugins Any other suggestions...
First and foremost, awesome plugin I love it! There is a problem that is slightly anoying though. When the CSS property is containing a single-quote, the JavaScript syntax is incorrect....
`Cannot read properties of undefined (reading 'length')`
Its working in JS but I have my project in typescript. I try to add the extension in the setting but I can't find where I should to add.
Feature request: it'd be great if this extension would also convert SVG attributes like `fill-rule` to JS-friendly camelCase. React will throw console warnings if you try to use an inline...