UNPKG

@root-axis/design-tokens

Version:

A minimalistic set of design tokens for consistent UI elements in CSS, SCSS, JavaScript, TypeScript, and JSON

34 lines 881 B
{ "name": "@root-axis/design-tokens", "version": "1.0.1", "author": "Rodrigo Antunes", "description": "A minimalistic set of design tokens for consistent UI elements in CSS, SCSS, JavaScript, TypeScript, and JSON", "main": "css/tokens.css", "homepage": "https://design-system.rodrigoantunes.dev/guides/design-tokens", "files": [ "css", "scss", "js", "ts", "json" ], "scripts": { "build": "rm -rf css scss js ts json && npx style-dictionary build" }, "keywords": [ "design-tokens", "design-system", "css-variables", "style-dictionary", "custom-properties", "css-tokens", "design-system-architecture", "scalable-design-system", "frontend-design-system" ], "license": "MIT", "types": "ts/tokens.d.ts", "devDependencies": { "style-dictionary": "^4.2.0" } }