We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
61d0d46
#1264 e531c41 Thanks @mrm007! - Export a normalizePath function that converts path separators to forward slashes
e531c41
normalizePath
Example usage
import { normalizePath } from '@vanilla-extract/integration'; normalizePath('foo\\bar'); // 'foo/bar' normalizePath('foo/bar'); // 'foo/bar'