Skip to content

Commit

Permalink
[create]Fix UnoCSS template dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dufu1991 committed Aug 28, 2023
1 parent 50181f5 commit 42dbe96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-stdf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-stdf",
"version": "0.0.41",
"version": "0.0.42",
"description": "A CLI for creating new STDF projects",
"bin": {
"create-stdf": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-stdf/templates/sveltekit-uno/uno.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig, presetUno } from 'unocss';
export default defineConfig({
// ...UnoCSS options
content: {
filesystem: ['./node_modules/stdf/dist/**/*.svelte'],
filesystem: ['src/**/*.html', './node_modules/stdf/dist/**/*.svelte'],
},
presets: [presetUno()],
theme: {
Expand Down

0 comments on commit 42dbe96

Please sign in to comment.