UNPKG

stylelint

Version:

A mighty CSS linter that helps you avoid errors and enforce conventions.

15 lines (14 loc) 255 B
/** * @see https://drafts.csswg.org/mediaqueries/#ref-for-media-type①⑨ * @type {ReadonlySet<string>} */ export const deprecatedMediaTypesNames = new Set([ 'aural', 'braille', 'embossed', 'handheld', 'projection', 'speech', 'tty', 'tv', ]);