Skip to content

Commit 631deee

Browse files
committed
Update README.md
1 parent 96f26a1 commit 631deee

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use this inside your Tailwind config you should import the relevant config in
1616

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

2121
module.exports = {
2222
// ...
@@ -52,3 +52,12 @@ Css files are located here and are apply by using `.theme-light` or `.theme-dark
5252
@teamtailor/design-tokens/src/output/theme-light.css';
5353
@teamtailor/design-tokens/src/output/theme-dark.css';
5454
```
55+
56+
## Change colors
57+
58+
Do those steps in order to change colors:
59+
60+
1. Create a branch with the name `chore/figma-changes` (we will generate files depending on this branch name)
61+
2. Make changes in `tokens.json`
62+
3. Create a PR. Now will Github actions generate lots of necessary files (and bump version)
63+
4. Update package.json in your repo with the new version

0 commit comments

Comments
 (0)