Skip to content

Commit

Permalink
feat(design-tokens): use latest versions from modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jul 19, 2022
1 parent 8057363 commit 79d58da
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 510 deletions.
11 changes: 10 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,16 @@ export default defineNuxtConfig({

components,

modules: ['@nuxt-themes/config/module', '@nuxt/content', '@nuxthq/studio', localModule, '@vueuse/nuxt', '@nuxtjs/tailwindcss', '@nuxtjs/color-mode'],
modules: [
'@nuxt-themes/config/module',
'@nuxtjs/design-tokens/module',
'@nuxt/content',
'@nuxthq/studio',
localModule,
'@vueuse/nuxt',
'@nuxtjs/tailwindcss',
'@nuxtjs/color-mode',
],

tailwindcss: {
viewer: false,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"browser-style-dictionary": "^3.1.1-browser.1",
"defu": "^6.0.0",
"@nuxt-themes/config": "npm:@nuxt-themes/config-edge@latest",
"@nuxtjs/design-tokens": "npm:@nuxtjs/design-tokens-edge@latest",
"pkg-types": "^0.3.3",
"tailwindcss": "^3.1.6",
"vue-plausible": "^1.3.2"
Expand Down
Loading

0 comments on commit 79d58da

Please sign in to comment.