Skip to content

Commit ebd172e

Browse files
committed
Regenerate
* add `media` to `meta`
1 parent b329f20 commit ebd172e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export const htmlElementAttributes = {
245245
],
246246
map: ['name'],
247247
menu: ['compact'],
248-
meta: ['charset', 'content', 'http-equiv', 'name', 'scheme'],
248+
meta: ['charset', 'content', 'http-equiv', 'media', 'name', 'scheme'],
249249
meter: ['high', 'low', 'max', 'min', 'optimum', 'value'],
250250
object: [
251251
'align',

0 commit comments

Comments
 (0)