Skip to content

@vanilla-extract/[email protected]

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 06 Sep 02:26
· 322 commits to master since this release
2a23ce4

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