github vanilla-extract-css/vanilla-extract @vanilla-extract/integration@6.4.0

latest releases: @vanilla-extract/webpack-plugin@2.3.9, @vanilla-extract/css-utils@0.1.4, @vanilla-extract/vite-plugin@4.0.10...
4 months ago

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

Don't miss a new vanilla-extract release

NewReleases is sending notifications on new releases.