UNPKG

stylelint

Version:

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

21 lines (18 loc) 470 B
// NOTICE: This file is generated by Rollup. To modify it, // please instead edit the ESM counterpart and rebuild with Rollup (npm run build). 'use strict'; /** * @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;