Евгений
Евгений
Inconsistent behavior in the parser and strigifier when working with selectors with a class after the pseudo-element. ## Expected behavior Any output should be accepted as an input without errors...
The CSS Modules documentation mentions the use of `:global` applied to keyframe names: https://github.com/css-modules/css-modules/blob/master/docs/composition.md#exceptions. This functionality is supported by PostCSS, and the lack of support for it in LightningCSS is...
We are making a request like this: ``` const yt = require('@ytsaurus/javascript-wrapper')(); yt.setup.setGlobalOption('proxy', params.ytHost); yt.setup.setGlobalOption('secure', false); yt.setup.setGlobalOption('authentication', { type: 'oauth', token: params.ytOauthToken, }); const res = await yt.v4.writeTable( { path:...