postcss-color-alpha icon indicating copy to clipboard operation
postcss-color-alpha copied to clipboard

PostCSS plugin to transform color from #rgb.a to rgba()

Results 1 postcss-color-alpha issues
Sort by recently updated
recently updated
newest added

Hi, love the plugin. Is it possible to use this alongside a CSS Custom Property/Variable for example `box-shadow: 0 0 4px 0 var(--dark-ui-color-1)(0.5)`

enhancement