We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba38ca + 44505b6 commit adaa0e7Copy full SHA for adaa0e7
blocks/start/index.js
@@ -8,7 +8,7 @@ const SEND_EXT_TO_AEM = [
8
'html',
9
'json',
10
'svg',
11
- 'mp4'
+ 'mp4',
12
];
13
14
const MIME_TYPES = {
blocks/start/start.css
@@ -209,6 +209,7 @@ div.template-container {
209
justify-content: center;
210
flex-wrap: wrap;
211
212
+ /* stylelint-disable-next-line no-descending-specificity */
213
p {
214
font-weight: 700;
215
min-height: 24px;
0 commit comments