Skip to content

Commit

Permalink
fix(devtools-ui-kit): update unocss config path (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
arashsheyda committed May 16, 2023
1 parent 83b775a commit 5162bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools-ui-kit/unocss.config.ts
Expand Up @@ -4,6 +4,6 @@ import { extendUnocssOptions } from './src/unocss'
export default {
...extendUnocssOptions(),
configDeps: [
'./src/unocss/index.ts',
'./src/unocss.ts',
],
}

0 comments on commit 5162bdd

Please sign in to comment.