-
Notifications
You must be signed in to change notification settings - Fork 19
Rules supported
animation,
animation-delay,
animation-direction,
animation-duration,
animation-fill-mode,
animation-iteration-count,
animation-name,
animation-play-state,
animation-timing-function,
appearance,
backface-visibility,
background-clip,
background-composite,
background-origin,
background-position-x,
background-position-y,
background-size,
border-image,
border-corner-image,
border-top-image,
border-right-image,
border-bottom-image,
border-left-image,
border-top-left-image,
border-top-right-image,
border-bottom-left-image,
border-bottom-right-image,
border-radius,
border-top-left-radius,
border-top-right-radius,
border-bottom-right-radius,
border-bottom-left-radius,
box-align,
box-direction,
box-flex,
box-flex-group,
box-lines,
box-ordinal-group,
box-orient,
box-pack,
box-reflect,
box-shadow,
box-sizing,
column-count,
column-gap,
column-rule,
column-rule-color,
column-rule-style,
column-rule-width,
column-width,
columns,
dashboard-region,
grid-columns,
grid-rows,
hyphenate-character,
hyphens,
line-break,
marquee,
marquee-direction,
marquee-increment,
marquee-repetition,
marquee-speed,
marquee-style,
mask,
mask-attachment,
mask-box-image,
mask-clip,
mask-composite,
mask-image,
mask-origin,
mask-position,
mask-position-x,
mask-position-y,
mask-repeat,
mask-size,
nbsp-mode,
perspective,
perspective-origin,
tab-size,
tab-highlight-color,
text-fill-color,
text-overflow,
text-security,
text-stroke,
text-stroke-color,
text-stroke-width,
text-size-adjust,
touch-callout,
transform,
transform-origin,
transform-origin-x,
transform-origin-y,
transform-origin-z,
transform-style,
transition,
transition-delay,
transition-duration,
transition-property,
transition-timing-function,
user-drag,
user-modify,
user-select,
- Calc
- padding-box, border-box, content-box on background-clip, background-origin for firefox <4
- ::placeholder
- ::selection
- @keyframes
- alpha color works on background-color, eg rgba( 0 , 0 , 0 , 0.8 )
- opacity (since version 1.36)
- linear-gradient, partial support. only takes 2 parameters, eg
linear-gradient(#ffffff, #e5e5e5). It must be hexadecimal and have 6 signs (cant be 3).