github wxt-dev/wxt unocss-v1.0.0
@wxt-dev/unocss v1.0.0

latest releases: wxt-v0.20.11, module-react-v1.1.5, wxt-v0.20.10...
10 months ago

Initial release of WXT's UnoCSS module! UnoCSS has a few quirks that make it a little annoying to configure, so this module simplifies adding UnoCSS to your extension.

npm i --save-dev @wxt-dev/unocss unocss
pnpm i -D @wxt-dev/unocss unocss
yarn add --dev @wxt-dev/unocss unocss
bun i -D @wxt-dev/unocss unocss
// wxt.config.ts
export default defineConfig({
  modules: ['@wxt-dev/unocss'],
});

Then in any entrypoint you want to use UnoCSS in, just import it:

import "uno.css";

Don't miss a new wxt release

NewReleases is sending notifications on new releases.