diff --git a/tokens/config.js b/tokens/config.js index 7d4db32c..0061d71c 100644 --- a/tokens/config.js +++ b/tokens/config.js @@ -97,6 +97,19 @@ module.exports = { } }] }, + cssHex: { + transforms: ['attribute/cti', 'name/cti/kebab', 'content/icon', 'color/css'], + prefix: 'cat', + buildPath: 'dist/css/', + files: [{ + destination: 'variables-hex.css', + format: 'css/variables', + options: { + fileHeader: 'cat/header', + outputReferences: false + } + }] + }, scss: { transforms: ['attribute/cti', 'name/cti/kebab', 'content/icon', 'color/css', 'cat/rgbParts', 'cat/cssProp'], prefix: 'cat',