'align-content',
'align-items',
'align-self',
+ 'animation',
+ 'animation-delay',
+ 'animation-direction',
+ 'animation-duration',
+ 'animation-fill-mode',
+ 'animation-iteration-count',
+ 'animation-name',
+ 'animation-play-state',
+ 'animation-timing-function',
'azimuth',
+ 'backface-visibility',
'background',
'background-attachment',
'background-clip',
'border-bottom-width',
'border-collapse',
'border-color',
+ 'border-image',
+ 'border-image-outset',
+ 'border-image-repeat',
+ 'border-image-slice',
+ 'border-image-source',
+ 'border-image-width',
'border-l@@eft',
'border-left-color',
'border-left-radius',
'border-width',
'bottom',
'box-shadow',
+ 'box-sizing',
'caption-side',
'clear',
'clip',
'color',
+ 'column-count',
+ 'column-fill',
+ 'column-gap',
+ 'column-rule',
+ 'column-rule-color',
+ 'column-rule-style',
+ 'column-rule-width',
+ 'column-span',
+ 'column-width',
+ 'columns',
'content',
'counter-increment',
'counter-reset',
'empty-cells',
'flex',
'flex-basis',
- 'flex-wrap',
'flex-direction',
'flex-flow',
'flex-grow',
'flex-shrink',
+ 'flex-wrap',
'float',
'font',
'font-family',
'font-size',
+ 'font-size-adjust',
+ 'font-stretch',
'font-style',
'font-variant',
'font-weight',
'orphans',
'outline',
'outline-color',
+ 'outline-offset',
'outline-style',
'outline-width',
'overflow',
'pause',
'pause-after',
'pause-before',
+ 'perspective',
+ 'perspective-origin',
'pitch',
'pitch-range',
'play-during',
'position',
'quotes',
+ 'resize',
'richness',
'r@@ight',
'scrollbar-3dlight-color',
'speak-punctuation',
'speech-rate',
'stress',
+ 'tab-size',
'table-layout',
'text-align',
+ 'text-align-last',
'text-decoration',
+ 'text-decoration-color',
+ 'text-decoration-line',
+ 'text-decoration-style',
'text-indent',
+ 'text-justify',
'text-overflow',
'text-shadow',
'text-transform',
'top',
+ 'transform',
+ 'transform-origin',
+ 'transform-style',
+ 'transition',
+ 'transition-delay',
+ 'transition-duration',
+ 'transition-property',
+ 'transition-timing-function',
'unicode-bidi',
'vertical-align',
'visibility',
'white-space',
'widows',
'width',
+ 'word-break',
'word-spacing',
'word-wrap',
'z-index',
'!important',
+ '@charset',
+ '@font-face',
'@import',
- '@media'
+ '@keyframes',
+ '@media',
+ '@page'
];
/**
'hsl',
'hsla',
'rgb',
- 'rgba'
+ 'rgba',
+ 'flex',
+ 'inline-flex',
+ 'initial',
+ 'matrix',
+ 'matrix3d',
+ 'perspective',
+ 'rotate',
+ 'rotate3d',
+ 'rotatex',
+ 'rotatey',
+ 'rotatez',
+ 'scale',
+ 'scale3d',
+ 'scalex',
+ 'scaley',
+ 'scalez',
+ 'skew',
+ 'skwex',
+ 'skewy',
+ 'skewz',
+ 'translate',
+ 'translate3d',
+ 'translatex',
+ 'translatey',
+ 'translatez'
];
/**
protected $keywords3 = [
'active',
'after',
+ 'any',
'before',
'checked',
+ 'default',
+ 'dir',
'disabled',
'empty',
'enabled',
+ 'first',
'first-child',
'first-letter',
'first-line',
'first-of-type',
'focus',
+ 'fullscreen',
+ 'indeterminate',
+ 'in-range',
+ 'invalid',
'lang',
'last-child',
'last-of-type',
'not',
'nth-child',
'nth-last-child',
- 'nth-of-type',
'nth-last-of-type',
+ 'nth-of-type',
'only-child',
'only-of-type',
+ 'optional',
+ 'out-of-range',
+ 'read-only',
+ 'read-write',
'root',
+ 'scope',
'target',
+ 'valid',
'visited'
];