·
322 commits
to master
since this release
Minor Changes
-
#810
c38b152Thanks @markdalgleish! - Support excluding file names fromgenerateIdentifieroutput. 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
-
#810
c38b152Thanks @markdalgleish! - Fix spaces in debug IDs for variable names. -
#810
c38b152Thanks @markdalgleish! - Fix file name prefix in debug names when file extension is.cjsor.mjs.