Skip to content

Commit

Permalink
docs: Update table headings to be consistent
Browse files Browse the repository at this point in the history
Changing from 'Default Class' to 'Default Class Name'
  • Loading branch information
robtarr committed Oct 24, 2021
1 parent fe6bb72 commit 2247447
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion systems/color/background/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<thead>
<tr>
<th></th>
<th>Default Class</th>
<th>Default Class Name</th></th>
<th>`:hover` Class</th>
<th>`:focus` Class</th>
<th>`:active` Class</th>
Expand Down
2 changes: 1 addition & 1 deletion systems/color/border/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<thead>
<tr>
<th></th>
<th>Default Class</th>
<th>Default Class Name</th></th>
<th>`:hover` Class</th>
<th>`:focus` Class</th>
<th>`:active` Class</th>
Expand Down
2 changes: 1 addition & 1 deletion systems/color/foreground/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<thead>
<tr>
<th></th>
<th>Default Class</th>
<th>Default Class Name</th></th>
<th>`:hover` Class</th>
<th>`:focus` Class</th>
<th>`:active` Class</th>
Expand Down
2 changes: 1 addition & 1 deletion systems/color/outline/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<thead>
<tr>
<th></th>
<th>Default Class</th>
<th>Default Class Name</th></th>
<th>`:hover` Class</th>
<th>`:focus` Class</th>
<th>`:active` Class</th>
Expand Down
2 changes: 1 addition & 1 deletion systems/color/text-decoration/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<thead>
<tr>
<th></th>
<th>Default Class</th>
<th>Default Class Name</th></th>
<th>`:hover` Class</th>
<th>`:focus` Class</th>
<th>`:active` Class</th>
Expand Down

0 comments on commit 2247447

Please sign in to comment.