Skip to content

v3.0.0

Choose a tag to compare

@alex996 alex996 released this 17 Jul 03:07
  • Remove explicit CSS imports
  • Require CSS implicitly via end-user build toolchain

Breaking changes

You don't need to import CSS anymore (unless loading from a CDN). You do however need to support .css imports via css-loader, sass-loader, or other. See example config for common scenarios (CDN, CSR, SSR) under /examples.