style-dictionary
Version:
Style once, use everywhere. A build system for creating cross-platform styles.
16 lines • 323 B
JSON
{
"name": "format-helpers",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "sd.config.js",
"scripts": {
"build": "style-dictionary build --config ./sd.config.js"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"style-dictionary": "^5.5.0"
}
}