UNPKG

postcss-color-hsla-fallback

Version:

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

7 lines (6 loc) 206 B
body { /* This is comment */ border-color: hsl(221, 53%, 41%) !important; background-color: hsl(0, 30%, 37%); /* This is a comment */ color: hsl(221, 53%, 41%) !important; /* This is a comment */ }