From 9e38551143aaac01b3e9ce3a92a3b630190efe7b Mon Sep 17 00:00:00 2001 From: sibbng Date: Mon, 6 Mar 2023 08:49:01 +0300 Subject: [PATCH] fix(postcss): add a `default` reference to itself (#2292) --- packages/postcss/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/postcss/src/index.ts b/packages/postcss/src/index.ts index 8b41609e3d..9b0d8e49dc 100644 --- a/packages/postcss/src/index.ts +++ b/packages/postcss/src/index.ts @@ -200,5 +200,6 @@ function unocss(options: UnoPostcssPluginOptions = {}) { } unocss.postcss = true +unocss.default = unocss export default unocss