Skip to content

Commit

Permalink
fix: add missing size-px props to style-dictionary-tokens (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
in-in authored Jan 30, 2025
1 parent 88d08bd commit f974990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/to-style-dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f974990

Please sign in to comment.