Skip to content

Commit

Permalink
Update table headings to be consistent
Browse files Browse the repository at this point in the history
Changing from 'Class' to 'Class Name' per #46
  • Loading branch information
robtarr committed Oct 24, 2021
1 parent 8929d3e commit f07b551
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion systems/font/family/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table>
<thead>
<th>Class</th>
<th>Class Name</th>
<th>Function</th>
<th>Name</th>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion systems/font/size/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table>
<thead>
<th>Class</th>
<th>Class Name</th>
<th>Function</th>
<th>Size</th>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion systems/font/weight/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<table>
<thead>
<th>Class</th>
<th>Class Name</th>
<th>Function</th>
<th>Weight</th>
</thead>
Expand Down
2 changes: 1 addition & 1 deletion systems/z-index/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<thead>
<tr>
<th>Property Value</th>
<th>Class</th>
<th>Class Name</th>
<th>Function</th>
</tr>
</thead>
Expand Down

0 comments on commit f07b551

Please sign in to comment.