scancss
Version:
A robust CSS stylesheet statistics collector and analyzer
14 lines (12 loc) • 862 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* https://www.w3.org/TR/2018/REC-css-color-3-20180619/#css2-system
* https://www.quackit.com/css/color/values/css_system_colors.cfm
* https://developer.mozilla.org/en-US/docs/Web/CSS/color_value
*
* CSS system colors are defined in CSS2, but they have been deprecated in CSS3.
*/
const cssSystemColors = exports.cssSystemColors = ['ActiveBorder', 'ActiveCaption', 'AppWorkspace', 'Background', 'ButtonFace', 'ButtonHighlight', 'ButtonShadow', 'ButtonText', 'CaptionText', 'GrayText', 'Highlight', 'HighlightText', 'InactiveBorder', 'InactiveCaption', 'InactiveCaptionText', 'InfoBackground', 'InfoText', 'Menu', 'MenuText', 'Scrollbar', 'ThreeDDarkShadow', 'ThreeDFace', 'ThreeDHighlight', 'ThreeDLightShadow', 'ThreeDShadow', 'Window', 'WindowFrame', 'WindowText'];