Skip to content

Commit

Permalink
Merge pull request #2051 from dxc-technology/Mil4n0r/website_consiste…
Browse files Browse the repository at this point in the history
…ncy_units

Changed `0` for `0rem / 0px` to achieve better consistency in docs
  • Loading branch information
GomezIvann authored Aug 2, 2024
2 parents 743759c + 0d1cd39 commit c6e1fda
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/website/screens/components/box/specs/BoxSpecsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
6 changes: 3 additions & 3 deletions apps/website/screens/components/chip/specs/ChipSpecsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const sections = [
<td>
<Code>spacing-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand All @@ -285,7 +285,7 @@ const sections = [
<td>
<Code>spacing-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -322,7 +322,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -398,7 +398,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -640,7 +640,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down Expand Up @@ -365,7 +365,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ const sections = [
<td>
<Code>border-width-0</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const sections = [
<td>
<Code>font-tracking-normal</Code>
</td>
<td>0</td>
<td>0rem / 0px</td>
</tr>
<tr>
<td>
Expand Down

0 comments on commit c6e1fda

Please sign in to comment.