├── .github └── workflows │ └── create-tokens.yml ├── LICENSE ├── README.md ├── config.json ├── css └── variables.css ├── tokens.json └── tokens └── input.json /.github/workflows/create-tokens.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/.github/workflows/create-tokens.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/config.json -------------------------------------------------------------------------------- /css/variables.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/css/variables.css -------------------------------------------------------------------------------- /tokens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/tokens.json -------------------------------------------------------------------------------- /tokens/input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tokens-studio/plugin-example-css/HEAD/tokens/input.json --------------------------------------------------------------------------------