github vanilla-extract-css/vanilla-extract @vanilla-extract/css@1.9.0

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

Minor Changes

  • #810 c38b152 Thanks @markdalgleish! - Support excluding file names from generateIdentifier output. This is available by passing a newly-added options object rather than a string.

    Example usage

    import { generateIdentifier } from '@vanilla-extract/css';
    
    const identifier = generateIdentifier({
      debugId,
      debugFileName: false,
    });

Patch Changes

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.