Closed benfrain closed 9 months ago
Currently, a color written like this works (although does not support the alpha layer):
background-color: rgb(255 255 255 / 0.1);
But a color like this does not (using percentage instead of decimal):
background-color: rgb(255 255 255 / 10%);
Is the newer functional notation supported in this plugin (commas omitted, forward slash before alpha layer)?
Currently, a color written like this works (although does not support the alpha layer):
But a color like this does not (using percentage instead of decimal):
Is the newer functional notation supported in this plugin (commas omitted, forward slash before alpha layer)?