postcss-fixes icon indicating copy to clipboard operation
postcss-fixes copied to clipboard

Fixes known Browser Bugs.

Results 2 postcss-fixes issues
Sort by recently updated
recently updated
newest added

...and apply only necessary fallbacks and safe transformations

enhancement

As I've just had this issue in a real-world-project: The browser-support for background-position edge offsets (from right or from bottom) like this ``` .selector { background-position: right 5px bottom 5px;...

enhancement