Skip to content

Commit adaa0e7

Browse files
committed
Merge branch 'main' into media
2 parents 1ba38ca + 44505b6 commit adaa0e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blocks/start/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const SEND_EXT_TO_AEM = [
88
'html',
99
'json',
1010
'svg',
11-
'mp4'
11+
'mp4',
1212
];
1313

1414
const MIME_TYPES = {

blocks/start/start.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ div.template-container {
209209
justify-content: center;
210210
flex-wrap: wrap;
211211

212+
/* stylelint-disable-next-line no-descending-specificity */
212213
p {
213214
font-weight: 700;
214215
min-height: 24px;

0 commit comments

Comments
 (0)