Skip to content

@vanilla-extract/[email protected]

Choose a tag to compare

@vanilla-extract-ci vanilla-extract-ci released this 26 Jul 00:20
· 5 commits to master since this release
1ccea97

Minor Changes

  • #1604 4a020ba Thanks @drwpow! - Add "extract" option which bundles CSS into one bundle. Removes .css imports.

    EXAMPLE USAGE:

    vanillaExtractPlugin({
      extract: {
        name: 'bundle.css',
        sourcemap: false
      }
    });