Source position: syntax.css.pp line 66
const CssAtRuleTable: array [0..MaxKeyword] of string = ('@charset', '@import', '@namespace', '@media', '@supports', '@page', '@font-face', '@keyframes', '@webkit-keyframes', '@moz-keyframes', '@ms-keyframes', '@o-keyframes', '@document', '@font-feature-values', '@viewport', '@counter-style', '@property', '@layer', '@container', '@scope', '@starting-style', '@position-try', 'animation', 'background', 'border', 'color', 'display', 'font', 'height', 'margin', 'padding', 'position', 'width', 'flex', 'grid', 'transform', 'transition', 'opacity', 'z-index', 'top', 'right', 'bottom'); |