👩💻 Join our community of thousands of amazing developers!
There have been a couple of viral tweets about this lately, one from Adam Argyle and one from Mathias Bynes. This is a nice change that makes CSS a bit more clear. Before, every single color function actually needs two functions, one for transparency and one without, this eliminates that need and brings the syntax more-inline with CSS grammar overall. Lemme make some code block from Mathias’ tweet here. /* Old Syntax */ rgb(0, 128, 255) rgba(0, 128, 255, … Read article “No-Comma Color Functi...