style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
27 lines (26 loc) • 554 B
JSON
{
"source": ["./style-dictionary/tokens/**/*.json"],
"platforms": {
"scss": {
"transformGroup": "scss",
"buildPath": "./src/style-dictionary-dist/",
"prefix": "token",
"files": [
{
"destination": "variables.scss",
"format": "scss/variables"
}
]
},
"js": {
"transformGroup": "js",
"buildPath": "./src/style-dictionary-dist/",
"files": [
{
"destination": "variables.js",
"format": "javascript/es6"
}
]
}
}
}