Skip to content

Commit

Permalink
fix(postcss): add a default reference to itself (#2292)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbng committed Mar 6, 2023
1 parent 28a94dd commit 9e38551
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/postcss/src/index.ts
Expand Up @@ -200,5 +200,6 @@ function unocss(options: UnoPostcssPluginOptions = {}) {
}

unocss.postcss = true
unocss.default = unocss

export default unocss

0 comments on commit 9e38551

Please sign in to comment.