Skip to content

Commit

Permalink
Remove redundant classes
Browse files Browse the repository at this point in the history
As noted in alphagov/govuk-frontend#2733, these classes don’t actually do anything.
  • Loading branch information
36degrees committed Jul 26, 2022
1 parent 95cd2ec commit 6d7d3c7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/styles/spacing/index.md.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,61 +16,61 @@ The Design System uses a responsive spacing scale which adapts based on screen s

<table class="govuk-table app-table--constrained">
<caption class="govuk-table__caption small govuk-visually-hidden">GOV.UK Frontend spacing scale</caption>
<thead class="govuk-table__head">
<tr class="govuk-table__row">
<thead>
<tr>
<th class="govuk-table__header" scope="col">Spacing unit</th>
<th class="govuk-table__header govuk-table__header--numeric" scope="col">Large screens</th>
<th class="govuk-table__header govuk-table__header--numeric" scope="col">Small screens</th>
</tr>
</thead>
<tbody class="govuk-table__body">
<tr class="govuk-table__row">
<tbody>
<tr>
<th class="govuk-table__header" scope="row">9</th>
<td class="govuk-table__cell govuk-table__cell--numeric">60px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">40px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">8</th>
<td class="govuk-table__cell govuk-table__cell--numeric">50px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">30px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">7</th>
<td class="govuk-table__cell govuk-table__cell--numeric">40px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">25px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">6</th>
<td class="govuk-table__cell govuk-table__cell--numeric">30px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">20px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">5</th>
<td class="govuk-table__cell govuk-table__cell--numeric">25px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">15px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">4</th>
<td class="govuk-table__cell govuk-table__cell--numeric">20px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">15px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">3</th>
<td class="govuk-table__cell govuk-table__cell--numeric">15px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">15px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">2</th>
<td class="govuk-table__cell govuk-table__cell--numeric">10px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">10px</td>
</tr>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">1</th>
<td class="govuk-table__cell govuk-table__cell--numeric">5px</td>
<td class="govuk-table__cell govuk-table__cell--numeric">5px</td>
</tr>
<tr class="govuk-table__row">
<tr>
<th class="govuk-table__header" scope="row">0</th>
<td class="govuk-table__cell govuk-table__cell--numeric">0</td>
<td class="govuk-table__cell govuk-table__cell--numeric">0</td>
Expand Down

0 comments on commit 6d7d3c7

Please sign in to comment.