github vanilla-extract-css/vanilla-extract @vanilla-extract/css@1.18.0

latest releases: @vanilla-extract/rollup-plugin@1.5.1, @vanilla-extract/jest-transform@1.1.20, @vanilla-extract/integration@8.0.7...
one day ago

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.

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.