·
534 commits
to master
since this release
Minor Changes
-
#206
64c18f9Thanks @mattcompiles! - AdddisableRuntimeStylesentrypointIn testing environments (like
jsdom) vanilla-extract will create and insert styles. While this is often desirable, it can be a major slowdown in your tests. If your tests don't require styles to be available, thedisableRuntimeStylesimport will disable all style creation.// setupTests.ts import '@vanilla-extract/css/disableRuntimeStyles';