Release 0.3.0
Package Renamed
nuxt-windicss-module to nuxt-windicss.
Migration steps:
- Replace the package
yarn remove nuxt-windicss-module
yarn add -D nuxt-windicss
- 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-viteis installed (#15) (72615d9) - chore: updated documentation due to #9 (403ed62)
Thanks to: