We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aacbdf commit 06e5402Copy full SHA for 06e5402
TOKENS.md
@@ -1,6 +1,6 @@
1
<!--
2
* Do not edit directly
3
- * Generated on Mon, 31 Jul 2023 21:29:07 GMT
+ * Generated on Mon, 14 Aug 2023 15:13:37 GMT
4
*
5
* Kong Design Tokens
6
* GitHub: https://github.com/Kong/design-tokens
platforms/scss.js
@@ -53,6 +53,9 @@ const platform = {
53
{
54
format: 'scss/variables',
55
destination: '_variables.scss',
56
+ options: {
57
+ themeable: true,
58
+ },
59
// Exclude alias tokens and asset tokens compiled in a separate file
60
filter: (token) => token.isSource === true && token.attributes.category !== 'asset',
61
},
0 commit comments