An open API service indexing awesome lists of open source software.

https://github.com/sturobson/style-dictionary-starter


https://github.com/sturobson/style-dictionary-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Design Tokens Workflow Series

Welcome to the Design Tokens Workflow Series!

This series of articles explores various aspects of Design Tokens and how to effectively use Style Dictionary in your projects.

The goal is to help you quickly get up and running with design tokens that can be transformed into CSS custom properties, Sass variables, or other formats to maintain consistency across your projects.

Each article is structured as its own branch in this repository.

## Articles

1. [Getting Started With Style Dictionary](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-1)
2. [Outputting to Different Formats with Style Dictionary](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-2)
3. [Beyond JSON: Exploring File Formats for Design Tokens](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-3)
4. [Converting Tokens with Style Dictionary](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-4)
5. [Organising Outputs with Style Dictionary](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-5)
6. [Layers: Referencing Tokens in Style Dictionary](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-6)
7. [Implementing Light and Dark Mode with Style Dictionary](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-7)
7. [Implementing Light and Dark Mode with Style Dictionary (part 2)](https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-8)

## Branches

1. [Getting Started With Style Dictionary](https://github.com/sturobson/Style-Dictionary-Starter/tree/01-Getting-Started)
2. [Outputting to Different Formats with Style Dictionary](https://github.com/sturobson/Style-Dictionary-Starter/tree/02-Different-Formats)
3. [Beyond JSON: Exploring File Formats for Design Tokens](https://github.com/sturobson/Style-Dictionary-Starter/tree/03-beyond-json)
4. [Converting Tokens with Style Dictionary](https://github.com/sturobson/Style-Dictionary-Starter/tree/04-converting-tokens)
5. [Organising Outputs with Style Dictionary](https://github.com/sturobson/Style-Dictionary-Starter/tree/05-organising-outputs)
6. [Layers: Referencing Tokens in Style Dictionary](https://github.com/sturobson/Style-Dictionary-Starter/tree/06-creating-layers)
7. [Implementing Light and Dark Mode with Style Dictionary (part 2)](https://github.com/sturobson/Style-Dictionary-Starter/tree/08-light-and-dark-mode-2)
- [Part A](https://github.com/sturobson/Style-Dictionary-Starter/tree/08-light-and-dark-mode)