Skip to content

@wxt-dev/unocss v1.0.0

Compare
Choose a tag to compare
@aklinker1 aklinker1 released this 22 Oct 13:34
· 174 commits to main since this release
6ba12e9

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";