himynameisdave / postcss-plugins

The "officially unofficial" consolidated list of PostCSS plugins in a ready-to-use package
MIT License
127 stars 153 forks source link

Add postcss-opacity-percentage #328

Closed mrcgrtz closed 2 years ago

mrcgrtz commented 2 years ago

I would love to add postcss-opacity-percentage to the list of plugins.

It is a plugin for transforming a CSS4 percentage-based opacity value to the more supported float-based value (e.g. opacity: 75%; ➡️ opacity: 0.75;).