Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr committed May 2, 2022
1 parent 84de2f0 commit e90126b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

9 changes: 4 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,11 +487,10 @@ export function generate(userConfig: UserConfig = {}): PreprocessorGroup {
})
// console.log(config)

// windiGenerator.setConfig({
// theme: config.theme,
// safelist: [''],
// // preprocess: config.preprocess,
// })
windiGenerator.setConfig({
theme: config.theme,
// preprocess: config.preprocess,
})
windiConfiguration = config
}

Expand Down

0 comments on commit e90126b

Please sign in to comment.