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

Hello, I use this plugin with vs code, but it does not work like this: ![](https://raw.githubusercontent.com/ansumanshah/css-in-js/master/packages/atom-css-in-js/native.gif) After inserting the css-key, the suggestions for the css values does not showing automatically....

Most CSS-in-JS libraries supporting object format support writing values without unit and assume pixel. For example, 'width: 200px' can be written as 'width: 200'. Right now I have to manually...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.38.2 x64 **Electron**: 2.0.18 **OS**: Mac OS X 10.14.5 **Thrown From**: [css-in-js](https://github.com/ansumanshah/css-in-js) package 1.4.0 ### Stack Trace Uncaught TypeError: Cannot read...

I have: Atom: 1.25.0 css-in-js: 1.4.0 (with default settings) I'm trying to get auto completion for JSS css-in-js code. As a workaround I've created a custom `css()` function that simply...

bug
help wanted
Atom

Many people prefer object styles over template strings. Is there anything stopping us from adding that feature? FWIW there is a PR submitted here: https://github.com/ansumanshah/css-in-js/pull/28

Unlike the '-webkit-' vendor prefix, where the JS representation uses 'Webkit' as prefix, for the '-ms-' prefix, 'ms' is used instead of 'Ms'. This means hyphentation won't be correct when...

It wold be great if we can add support for typescript files too. Any plans?

`babel` et al are hard dependencies during the `postinstall` script.

bug

Thank you for creating this great library. Could you please update the library to support the latest styles (e.g. space-evenly etc.)

Atom