Skip to content

Releases: vanilla-extract-css/vanilla-extract

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Minor Changes

  • #1566 8b49b35 Thanks @lfantone! - style: Add support for @starting-style rules

    EXAMPLE USAGE:

    import { style } from '@vanilla-extact/css';
    export const styleWithStartingStyle = style({
      backgroundColor: 'black',
      '@starting-style': {
        backgroundColor: 'white'
      }
    });

Patch Changes

  • #1646 0b2c09e Thanks @plesiecki! - Swap the order of createVar's overloads to enable inference of VarDelcaration type

  • #1666 c6047fb Thanks @askoufis! - Remove custom container properties type

    The csstype package used by Vanilla Extract now provides types for container properties, so the custom type definitions that were previously necessary have been removed.

@vanilla-extract/[email protected]

16 Dec 10:42
4cb94ab

Choose a tag to compare

Patch Changes