github vanilla-extract-css/vanilla-extract @vanilla-extract/css@1.19.1

Patch Changes

  • #1558 9b1bfd0 Thanks @andjsrk! - style: Fixed a bug where nested arrays of classnames could cause missing or malformed CSS during style composition in certain situations.

    For example, the following style composition would not generate CSS for the backgroundColor: 'orange' style, and would also generate malformed CSS:

    const styleWithNestedComposition = style([
      [style1, style2],
      { backgroundColor: 'orange' },
      [style3]
    ]);

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.