Skip to content

Commit 06e5402

Browse files
committed
fix(scss): allow overriding
1 parent 3aacbdf commit 06e5402

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

TOKENS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* Do not edit directly
3-
* Generated on Mon, 31 Jul 2023 21:29:07 GMT
3+
* Generated on Mon, 14 Aug 2023 15:13:37 GMT
44
*
55
* Kong Design Tokens
66
* GitHub: https://github.com/Kong/design-tokens

platforms/scss.js

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ const platform = {
5353
{
5454
format: 'scss/variables',
5555
destination: '_variables.scss',
56+
options: {
57+
themeable: true,
58+
},
5659
// Exclude alias tokens and asset tokens compiled in a separate file
5760
filter: (token) => token.isSource === true && token.attributes.category !== 'asset',
5861
},

0 commit comments

Comments
 (0)