diff --git a/build/to-style-dictionary.js b/build/to-style-dictionary.js index 875aa319..2971c419 100644 --- a/build/to-style-dictionary.js +++ b/build/to-style-dictionary.js @@ -2,6 +2,7 @@ import * as Colors from '../src/props.colors.js' // Mapping of CSS variable names to dictionary keys const dictionaryMap = { + "size-px": "px", "size-relative": "relative", "size-fluid": "fluid", "size-header": "header",