dadajam4
dadajam4
Supplement. For the reasons above, I am looking into your code snippet and looking for missing codes for my project. Also, I use nuxt-ts for examination of my project. (For...
Thank you for responding to me though you seem to be busy. I look forward to the future success. I understand that growth is planned. I will check in the...
Supplementation. This reproduces not only the `@layer` rule, but also atrule like `@media`. ```ts export const a1 = globalStyle(':root', { '@media': { all: { color: 'red' } } }); export...
*This is a comment that I am including in the hope that I can help in the investigation. Please forgive me. https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/integration/src/processVanillaFile.ts#L104-L110 ```ts for (const [serialisedFileScope, fileScopeCss] of cssByFileScope) {...
Then, when the following `for` statement looped multiple times, the style appeared to be missing due to processing of the subsequent `root` object. https://github.com/vanilla-extract-css/vanilla-extract/blob/e88b6d8e15027757a5601e36b338acde757caa33/packages/css/src/transformCss.ts#L656C32-L658 ```ts export function transformCss({ localClassNames, cssObjs,...
Then I arrived at the code here. https://github.com/vanilla-extract-css/vanilla-extract/blob/master/packages/css/src/transformCss.ts#L186-L195 ```ts const activeConditionalRuleset = this.conditionalRulesets[this.conditionalRulesets.length - 1]; if ( !activeConditionalRuleset.mergeIfCompatible(this.currConditionalRuleset) ) { // Ruleset merge failed due to incompatibility. We now deopt...
I am facing the same issue. I am avoiding it by fixing the version to 3.9.5.