css-in-js icon indicating copy to clipboard operation
css-in-js copied to clipboard

Autocomplete React Native / JS Styles and converting plain CSS to JS styles

Results 28 css-in-js issues
Sort by recently updated
recently updated
newest added
trafficstars

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?

help wanted

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...

enhancement
help wanted
VS Code

- [ ] 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...