UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

26 lines (24 loc) 812 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * `-ah-` - Antenna House * `-apple-` - Apple * `-atsc-` - Advanced Television Standards Committee * `-epub-` - EPUB Working Group * `-hp-` - Hewlett Packard * `-khtml-` - KDE * `-moz-` - Mozilla * `-ms-` - Microsoft * `mso-` - Microsoft * `-o-` - Opera Software * `prince-` - YesLogic * `-rim-` - BlackBerry * `-ro-` - Real Objects * `-tc-` - TallComponents * `-wap-` - Wireless Application Protocol * `-webkit-` - Apple * `-xv-` - Opera Software */ const cssVendorPrefixes = exports.cssVendorPrefixes = ['-ah-', '-apple-', '-atsc-', '-epub-', '-hp-', '-khtml-', '-moz-', '-ms-', 'mso-', '-o-', 'prince-', '-rim-', '-ro-', '-tc-', '-wap-', '-webkit-', '-xv-'];