1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Revert "Upgrade Primer CSS to 16 (#18713)"

This reverts commit 49377f9096.
This commit is contained in:
Mike Surowiec
2021-04-13 09:19:28 -07:00
parent 5e5d72f727
commit c01d3e302e
76 changed files with 341 additions and 344 deletions

View File

@@ -27,7 +27,7 @@ We'll announce upcoming breaking changes at least three months before making cha
{% for change in date[1] %}
<ul>
<li><span class="border rounded-1 m-1 p-1 {% if change.criticality == 'breaking' %}color-border-danger color-bg-danger{% else %}color-border-info color-bg-info{% endif %}">{% if change.criticality == 'breaking' %}Breaking{% else %}Dangerous{% endif %}</span> A change will be made to <code>{{ change.location }}</code>.
<li><span class="border rounded-1 m-1 p-1 {% if change.criticality == 'breaking' %}border-red bg-red-light{% else %}border-purple bg-purple-light{% endif %}">{% if change.criticality == 'breaking' %}Breaking{% else %}Dangerous{% endif %}</span> A change will be made to <code>{{ change.location }}</code>.
<p><b>Description:</b> {{ change.description }}</p>