Revert "Upgrade Primer CSS to 16 (#18713)"
This reverts commit 49377f9096.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user