You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ here's what you'd do:
34
34
1.`cd design-system`
35
35
1.`git checkout main && git pull` to ensure you're on the latest changes (this step is not necessary when cloning for the first time).
36
36
1.`yarn install` to install dependencies and set up [workspaces](https://yarnpkg.com/lang/en/docs/workspaces/)
37
-
1.`yarn after-install` to copy assets and configure Ruby dependencies.
37
+
1.`yarn after-install` to copy assets.
38
38
1.`git checkout -b button-fix` to create a new branch for your changes.
39
39
1. Edit file(s) in `/packages/cfpb-design-system/src/components/cfpb-buttons` however you want.
40
40
1. Copy `/packages/cfpb-design-system/` into `node_modules/@cfpb/cfpb-design-system/` in your consumerfinance.gov or other repo.
@@ -213,4 +213,5 @@ Example of a valid JSON token file structure for our project.
213
213
}
214
214
},
215
215
```
216
+
216
217
Figma emits JSON color that adears to the [w3c design token spec](https://www.designtokens.org/tr/drafts/color/#format). Editors can supply only hex values, srgb int or srgb float while ignoring the Figma specifc metadata.
0 commit comments