UNPKG

postcss-color-hsla-fallback

Version:

PostCSS plugin to transform hsl() and hsla() to hexadecimal

20 lines (19 loc) 723 B
body { background-color: hsla(0, 39%, 56%, 1); background: hsla(0, 39%, 56%, 1); border-bottom-color: hsl(0, 53%, 41%); border-color: hsl(157, 22%, 40%); border-left-color: hsla(0, 22%, 27%, 0.568); border-right-color: hsla(241, 38%, 55%, 0.39); border-top-color: hsla(157, 16%, 28%, 0.356); border: 1px solid hsl(0, 52%, 42%); caret-color: hsl(103, 53%, 41%); color: hsl(283, 76%, 16%); column-rule-color: hsl(221, 53%, 41%); column-rule: hsl(305, 53%, 41%); filter: hue-rotate(180deg) drop-shadow(10px 10px 10px hsl(0, 53%, 41%)); outline-color: hsl(0, 9%, 18%); outline: hsl(0, 53%, 41%); text-decoration-color: hsl(249, 96%, 22%); text-shadow: 1px 1px 2px hsla(298, 74%, 17%, 0.5); }