Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager committed Jan 30, 2025
1 parent 96f26a1 commit 631deee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use this inside your Tailwind config you should import the relevant config in

```javascript
// tailwind.config.js
const {tokenColors, themeColors} = require('@teamtailor/design-tokens');
const { tokenColors, themeColors } = require("@teamtailor/design-tokens")

module.exports = {
// ...
Expand Down Expand Up @@ -52,3 +52,12 @@ Css files are located here and are apply by using `.theme-light` or `.theme-dark
@teamtailor/design-tokens/src/output/theme-light.css';
@teamtailor/design-tokens/src/output/theme-dark.css';
```

## Change colors

Do those steps in order to change colors:

1. Create a branch with the name `chore/figma-changes` (we will generate files depending on this branch name)
2. Make changes in `tokens.json`
3. Create a PR. Now will Github actions generate lots of necessary files (and bump version)
4. Update package.json in your repo with the new version

0 comments on commit 631deee

Please sign in to comment.