github vanilla-extract-css/vanilla-extract @vanilla-extract/rollup-plugin@1.2.0

latest releases: @vanilla-extract/parcel-transformer@1.0.7, @vanilla-extract/vite-plugin@4.0.12, @vanilla-extract/webpack-plugin@2.3.11...
21 months ago

Minor Changes

  • #827 9cfb9a1 Thanks @mattcompiles! - Add automatic debug IDs

    Automatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.

    // styles.css.ts
    
    // redBox ~= 'styles_redBox_asdfgj'
    const redBox = style({
      background: 'red',
    });

Patch Changes

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.