Skip to content

Release 0.3.0

Choose a tag to compare

@harlan-zw harlan-zw released this 10 Mar 23:20

Package Renamed

⚠️ Package name has been renamed from nuxt-windicss-module to nuxt-windicss.

Migration steps:

  1. Replace the package
yarn remove nuxt-windicss-module
yarn add -D nuxt-windicss
  1. Replace the nuxt.config.js config
// nuxt.config.js
buildModules: [
-  'nuxt-windicss-module',
+  'nuxt-windicss',
],

Other Updates

  • chore: update install and usage for new package name (04d01dc)
  • chore: rename package to nuxt-windicss (e66d5e2)
  • refactor: don't rely on knowing whether nuxt-vite is installed (#15) (72615d9)
  • chore: updated documentation due to #9 (403ed62)

Thanks to: