designtokens-2-css

This is a test that takes a list of design tokens in a structured format such as JSON or YAML and converts them to a list of CSS preprocessor variables (Less, Sass/SCSS, and Stylus currently supported).

This repository contains the following files and folders:

  • .github/workflows: This folder contains the workflows used for Continuous Integration/Continuous Deployment (CI/CD) with GitHub Actions.
  • dist: This folder contains the distribution files generated by the build process.
  • tokens: This folder contains the design tokens used in the project.
  • .gitignore: This file specifies which files and directories should be ignored by Git.
  • README.md: This file provides information about the project and its contents.
  • build.js: This file is a script used to build the project.
  • package.json: This file contains information about the project's dependencies and scripts.
  • sd_config.json: This file contains configuration information for the project.