Răsfoiți Sursa

More linting

Albina Starykova 7 luni în urmă
părinte
comite
38623ec758

+ 2 - 1
bakerydemo/static/css/main.css

@@ -407,11 +407,12 @@ blockquote .attribute-name {
   color: var(--dark);
 }
 
-/* stylelint-disable-next-line selector-class-pattern */
+/* stylelint-disable selector-class-pattern */
 .block-paragraph_block a,
 .block-ingredients_list a {
   text-decoration: underline;
 }
+/* stylelint-enable selector-class-pattern */
 
 /* stylelint-disable-next-line selector-class-pattern */
 .block-embed_block iframe {

+ 1 - 1
bakerydemo/templates/includes/card/listing-card.html

@@ -19,7 +19,7 @@
                     {% endif %}
                     {% if page.bread_type %}
                         <tr>
-                            <th scope="row" class="listing-card__meta-category">Type</td>
+                            <th scope="row" class="listing-card__meta-category">Type</th>
                             <td class="listing-card__meta-content">{{ page.bread_type }}</td>
                         </tr>
                     {% endif %}