Skip to content

Commit

Permalink
fix style-dictionary config
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Verhoeven committed Oct 2, 2024
1 parent cf34516 commit 8778111
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proprietary/design-tokens/style-dictionary.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"destination": "root.css",
"format": "css/variables",
"options": {
"outputReferences": true
"outputReferences": false
}
}
]
Expand All @@ -51,7 +51,7 @@
"format": "css/variables",
"options": {
"selector": ".nijmegen-theme",
"outputReferences": true
"outputReferences": false
}
}
]
Expand All @@ -64,7 +64,7 @@
"destination": "_variables.scss",
"format": "scss/variables",
"options": {
"outputReferences": true
"outputReferences": false
}
}
]
Expand Down Expand Up @@ -92,7 +92,7 @@
"destination": "variables.less",
"format": "less/variables",
"options": {
"outputReferences": true
"outputReferences": false
}
}
]
Expand Down

0 comments on commit 8778111

Please sign in to comment.