-
Notifications
You must be signed in to change notification settings - Fork 793
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docs: Definition of done * component-checklist * Completed checklists * Update index.mdx * Update index.mdx * incorporated-feedback-from-meeting * Delete draft * fix(format): update * feat: add custom table styles * fix: filename * Add: content edits * Apply suggestions from design review Co-authored-by: Alina Jacob <[email protected]> * chore: yarn format * Update index.mdx Jeannie's small type updates * typos.mdx * Update from Alina's review * run prettier --------- Co-authored-by: ariellalgilmore <[email protected]> Co-authored-by: Alison Joseph <[email protected]> Co-authored-by: Alina Jacob <[email protected]> Co-authored-by: jeanservaas <[email protected]> Co-authored-by: Kritvi <[email protected]>
- Loading branch information
1 parent
8c0d5c6
commit 1253405
Showing
13 changed files
with
206 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
src/pages/contributing/code.mdx → src/pages/contributing/get-started/code.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/pages/contributing/design.mdx → ...pages/contributing/get-started/design.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
//--------------------------------------- | ||
// Contributing / Component checklist | ||
//--------------------------------------- | ||
|
||
// custom table styles | ||
// align to grid | ||
.table--component-checklist .page-table { | ||
th:first-child { | ||
// 2 columns | ||
width: 15.4%; | ||
} | ||
th:nth-child(2) { | ||
// 5 columns | ||
width: 43%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters