File tree Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 1
- # @nuxtjs/design-tokens
1
+ [ ![ @nuxt/image ] ( ./docs/public/cover.jpg " Nuxt Design Tokens ")] ( https://design-tokens.nuxtjs.org )
2
+
3
+ # Nuxt Design Tokens
2
4
3
5
Use [ Style Dictionary] ( https://amzn.github.io/style-dictionary ) in your Nuxt project.
4
6
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
- title : " @nuxtjs/design-tokens "
3
- description : " Use Design Tokens in your Nuxt app ."
2
+ title : " Design System made easy "
3
+ description : " ully-typed design tokens integration for making and maintaining a design system ."
4
4
navigation : false
5
5
layout : fluid
6
6
---
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ export default defineNuxtConfig({
10
10
ignore : [
11
11
'content/**/*'
12
12
] ,
13
- components : [
14
- {
15
- path : '~/components' ,
16
- prefix : '' ,
17
- global : true
18
- }
19
- ] ,
20
13
tailwindcss : {
21
14
config : {
22
15
theme : {
Original file line number Diff line number Diff line change 1
1
export default {
2
- title : '@nuxtjs/design-tokens ' ,
3
- description : 'Use Design Tokens in your Nuxt app .' ,
4
- url : 'https://nuxt- design-tokens.netlify.app ' ,
2
+ title : 'Nuxt Design Tokens ' ,
3
+ description : 'Fully-typed design tokens integration for making and maintaining a design system .' ,
4
+ url : 'https://design-tokens.nuxtjs.org ' ,
5
5
socials : {
6
6
twitter : '@yaeeelglx' ,
7
7
github : 'nuxt-community/design-tokens-module'
@@ -14,6 +14,10 @@ export default {
14
14
aside : {
15
15
level : 0
16
16
} ,
17
+ cover : {
18
+ src : '/cover.jpg' ,
19
+ alt : 'Nuxt Design Tokens'
20
+ } ,
17
21
header : {
18
22
title : '@nuxtjs/design-tokens 🎨' ,
19
23
logo : false
@@ -26,8 +30,8 @@ export default {
26
30
} ,
27
31
icons : [
28
32
{
29
- label : 'NuxtJS ' ,
30
- href : 'https://nuxtjs.org' ,
33
+ label : 'Nuxt ' ,
34
+ href : 'https://v3. nuxtjs.org' ,
31
35
component : 'IconNuxt'
32
36
} ,
33
37
{
You can’t perform that action at this time.
0 commit comments