Skip to content

@vanilla-extract/[email protected]

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 22 Jun 01:29
· 534 commits to master since this release
884cb27

Minor Changes

  • #206 64c18f9 Thanks @mattcompiles! - Add disableRuntimeStyles entrypoint

    In 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, the disableRuntimeStyles import will disable all style creation.

    // setupTests.ts
    import '@vanilla-extract/css/disableRuntimeStyles';