Skip to content

Commit

Permalink
修复vscode无法校验css文件
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Oct 16, 2024
1 parent 9130cdf commit a95a08a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"stylelint.validate": [
"css",
"postcss",
"scss",
"vue"
],
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'virtual:svg-icons-register'
import 'virtual:uno.css'

// 全局样式
import '@/assets/styles/globals.scss'
import '@/assets/styles/globals.css'

const app = createApp(App)

Expand Down

0 comments on commit a95a08a

Please sign in to comment.