stylelint
Version:
A mighty CSS linter that helps you avoid errors and enforce conventions.
21 lines (18 loc) • 470 B
JavaScript
// NOTICE: This file is generated by Rollup. To modify it,
// please instead edit the ESM counterpart and rebuild with Rollup (npm run build).
;
/**
* @see https://drafts.csswg.org/mediaqueries/#ref-for-media-type①⑨
* @type {ReadonlySet<string>}
*/
const deprecatedMediaTypesNames = new Set([
'aural',
'braille',
'embossed',
'handheld',
'projection',
'speech',
'tty',
'tv',
]);
exports.deprecatedMediaTypesNames = deprecatedMediaTypesNames;