Skip to content

Commit

Permalink
fix(postcss): fix export from unocss (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbng committed Feb 24, 2023
1 parent a2ce9c3 commit cb1784f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 101 deletions.
2 changes: 0 additions & 2 deletions packages/unocss/build.config.ts
Expand Up @@ -23,8 +23,6 @@ export default defineBuildConfig({
'astro',
'webpack',
'@unocss/webpack',
'@unocss/postcss',
'postcss',
],
rollup: {
emitCJS: true,
Expand Down
1 change: 1 addition & 0 deletions packages/unocss/package.json
Expand Up @@ -118,6 +118,7 @@
"@unocss/astro": "workspace:*",
"@unocss/cli": "workspace:*",
"@unocss/core": "workspace:*",
"@unocss/postcss": "workspace:*",
"@unocss/preset-attributify": "workspace:*",
"@unocss/preset-icons": "workspace:*",
"@unocss/preset-mini": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/unocss/src/postcss.ts
@@ -1 +1,2 @@
export * from '@unocss/postcss'
import postcss from '@unocss/postcss'
export default postcss
120 changes: 22 additions & 98 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb1784f

Please sign in to comment.