Skip to content

Commit

Permalink
fix(unocss): missing export default (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Nov 4, 2022
1 parent 8d610c6 commit 1388275
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/unocss/src/preset-attributify.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-attributify'
export { default } from '@unocss/preset-attributify'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-icons.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-icons'
export { default } from '@unocss/preset-icons'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-mini.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-mini'
export { default } from '@unocss/preset-mini'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-tagify.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-attributify'
export { default } from '@unocss/preset-attributify'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-typography.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-typography'
export { default } from '@unocss/preset-typography'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-uno.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-uno'
export { default } from '@unocss/preset-uno'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-web-fonts.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-web-fonts'
export { default } from '@unocss/preset-web-fonts'
1 change: 1 addition & 0 deletions packages/unocss/src/preset-wind.ts
@@ -1 +1,2 @@
export * from '@unocss/preset-wind'
export { default } from '@unocss/preset-wind'

0 comments on commit 1388275

Please sign in to comment.