Kositsky Alexandr

Results 4 issues of Kositsky Alexandr

**Is your feature request related to a problem? Please describe.** When you work with code, the popup often appears, even if you don't want it. I.e. in 90% cases you...

enhancement

## Environment - Linaria version: 4.2.10 - Bundler: Vite 4.3.5, @linaria/vite: 4.2.11 - Node.js version: 18.14 - OS: Ubuntu 20.04 - Browser: Chrome 112 ## Description Linaria doesn't work with...

needs: complete repro 🖥️
bug report 🦗

There is a better maintained version - [babel-plugin-react-css-modules](https://github.com/birdofpreyru/babel-plugin-react-css-modules). With `replaceImport: true` option it does exactly what this plugin does. Also you can pass transform function to it and apply any...

### Sublime Text build number 4150 ### Example Code ```TSX const myClass = css` display: block; `; ``` ### JS Custom Preferences ```JSON with Comments { "configurations": { "TSX +...