• RGB and RGBA color values without comma (https://css-tricks.com/no-comma-color-functions-in-css/) are widely supported in all major browsers now, but it seems your css minification logic has got a problem with it.

    rgb(87 113 151) for example does become #57, which is an invalid hex color value and therefore it’s not visible at all. Can you extend your minification to also work with the new declarations?

    Let me know, if something remains unclear. Thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Support for No-Comma Color Functions with Minify’ is closed to new replies.