We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d08bd commit f974990Copy full SHA for f974990
build/to-style-dictionary.js
@@ -2,6 +2,7 @@ import * as Colors from '../src/props.colors.js'
2
3
// Mapping of CSS variable names to dictionary keys
4
const dictionaryMap = {
5
+ "size-px": "px",
6
"size-relative": "relative",
7
"size-fluid": "fluid",
8
"size-header": "header",
0 commit comments