Skip to content

Commit 38623ec

Browse files
albinazsthibaudcolas
authored andcommitted
More linting
1 parent 8d5eda0 commit 38623ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bakerydemo/static/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,12 @@ blockquote .attribute-name {
407407
color: var(--dark);
408408
}
409409

410-
/* stylelint-disable-next-line selector-class-pattern */
410+
/* stylelint-disable selector-class-pattern */
411411
.block-paragraph_block a,
412412
.block-ingredients_list a {
413413
text-decoration: underline;
414414
}
415+
/* stylelint-enable selector-class-pattern */
415416

416417
/* stylelint-disable-next-line selector-class-pattern */
417418
.block-embed_block iframe {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h3 class="listing-card__title">{{ page.title }}</h3>
1919
{% endif %}
2020
{% if page.bread_type %}
2121
<tr>
22-
<th scope="row" class="listing-card__meta-category">Type</td>
22+
<th scope="row" class="listing-card__meta-category">Type</th>
2323
<td class="listing-card__meta-content">{{ page.bread_type }}</td>
2424
</tr>
2525
{% endif %}

0 commit comments

Comments
 (0)