Skip to content

Commit f974990

Browse files
authored
fix: add missing size-px props to style-dictionary-tokens (#543)
1 parent 88d08bd commit f974990

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/to-style-dictionary.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import * as Colors from '../src/props.colors.js'
22

33
// Mapping of CSS variable names to dictionary keys
44
const dictionaryMap = {
5+
"size-px": "px",
56
"size-relative": "relative",
67
"size-fluid": "fluid",
78
"size-header": "header",

0 commit comments

Comments
 (0)