Anton Evzhakov
Anton Evzhakov
> The key is using npm 7 - not something normally enforceable in a repo. ``` ➜ npm --version 7.7.5 ``` ¯\\\_(ツ)\_/¯ Probably, there is another factor. That's why I...
It looks like a problem in Stylis since we don't parse and transform css itself. I'll check it and upgrade Stylis if there is a new version with a fix....
Hi @shqld! Unfortunately, `csstype` doesn't work with CSS custom properties and it can be a problem for us. The problem looks unresolvable until [that proposal](https://github.com/microsoft/TypeScript/issues/6579) isn't implemented.
Hi @shqld! There is good news. TypeScript 4.1 introduces template literal types so that it will probably become possible to write the new CSSProperties type which can handle custom properties....
Hi @LeoTexx! It looks good to me. Could you please remove all `package-lock.json` from the PR and then run `pnpm install` locally to merge `pnpm-lock.yaml`? Thank you!
Linaria uses `stylis` for basic styles processing, but as far as I can see, it has nothing to do with `font-feature-settings`. Please check the config of your custom CSS post/pre-processor.
It looks like the shaker shakes a bit more code than expected. I'll take a closer look in a couple of days. Thank you!
The problem here that an animation name cannot be specified with a variable. It's the limitation which seems impossible to address. The only way here is the second point from...
@raveclassic it will be a long story :) Can you message me in TG @anber_ru?