Commit 631deee 1 parent 96f26a1 commit 631deee Copy full SHA for 631deee
File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ To use this inside your Tailwind config you should import the relevant config in
16
16
17
17
``` javascript
18
18
// tailwind.config.js
19
- const {tokenColors , themeColors } = require (' @teamtailor/design-tokens' );
19
+ const { tokenColors , themeColors } = require (" @teamtailor/design-tokens" )
20
20
21
21
module .exports = {
22
22
// ...
@@ -52,3 +52,12 @@ Css files are located here and are apply by using `.theme-light` or `.theme-dark
52
52
@teamtailor/design-tokens/src/output/theme-light.css';
53
53
@teamtailor/design-tokens/src/output/theme-dark.css';
54
54
```
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
You can’t perform that action at this time.
0 commit comments