Skip to content

@vanilla-extract/[email protected]

Choose a tag to compare

@vanilla-extract-ci vanilla-extract-ci released this 28 Jan 23:42
· 165 commits to master since this release
61d0d46

Minor Changes

  • #1264 e531c41 Thanks @mrm007! - Export a normalizePath function that converts path separators to forward slashes

    Example usage

    import { normalizePath } from '@vanilla-extract/integration';
    
    normalizePath('foo\\bar'); // 'foo/bar'
    normalizePath('foo/bar'); // 'foo/bar'

Patch Changes