Skip to content

Commit

Permalink
feat(nuxt): automatically inject typings via nuxt hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Sep 6, 2022
1 parent 5d39633 commit fbfbdc0
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 127 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"dependencies": {
"@stitches/stringify": "^1.2.8",
"@volar/vue-language-core": "^0.40.7",
"@volar/vue-language-core": "^0.40.9",
"chroma-js": "^2.4.2",
"consola": "^2.15.3",
"csstype": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/theme/tokens.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineTheme } from '../../src'
export default defineTheme({
colors: {
black: {
value: 'red',
value: '#191919',
},
},
})
Loading

0 comments on commit fbfbdc0

Please sign in to comment.