Artur Kenzhaev

Results 6 issues of Artur Kenzhaev

Support dots in attribute value: ```css Typography[use|variant="notification.description"] { color: green } ``` ```js ```

bug

We can detect browser availability to use css-variables, and skip optimizations with them (so render just styles as is)

enhancement

The roadmap: - [ ] finalize the API (almost done) - [ ] complete the docs - [ ] describe the usage with different frameworks and libraries - [ ]...

Hello! Thank you a lot for this extension, it's really cool. What do you think about to support something like an option for `css-modules` and `postcss`?

thank you very much for your work! that's a very minor change, but I believe it makes sense to add `lazy.nvim` installation example to the readme. thanks!

Support named import of `createElement`: ```js import {createElement} from 'react'; const Product = props => createElement('div', props); select`${Product}` ```

enhancement