Skip to content

Commit

Permalink
feat: 1.模块化样式文件
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed May 7, 2023
1 parent 79e3acc commit ab33a05
Show file tree
Hide file tree
Showing 17 changed files with 603 additions and 624 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dev": "vite build -w",
"build": "pnpm run build-only",
"build:check": "run-p type-check build-only",
"d:theme": "sass --watch ./src/theme/index.scss ../juckz.github.io/blogs/.obsidian/themes/\"Awesome Brain Manager\"/theme.css",
"d:theme": "sass --watch ./src/styles/theme/index.scss ../juckz.github.io/blogs/.obsidian/themes/\"Awesome Brain Manager\"/theme.css",
"preview": "vite preview",
"test": "vitest",
"test:unit": "vitest --environment jsdom --root src/",
Expand Down

0 comments on commit ab33a05

Please sign in to comment.