Skip to content

Commit 9e38551

Browse files
authored
fix(postcss): add a default reference to itself (unocss#2292)
1 parent 28a94dd commit 9e38551

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/postcss/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,6 @@ function unocss(options: UnoPostcssPluginOptions = {}) {
200200
}
201201

202202
unocss.postcss = true
203+
unocss.default = unocss
203204

204205
export default unocss

0 commit comments

Comments
 (0)