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

Add 'flex-' prefix for 'start' & 'end' flex values

Open Abogical opened this issue 5 years ago • 0 comments

Spec: https://www.w3.org/TR/css-align/#positional-values

'start' & 'end' values were added to replace the 'flex-start' & 'flex-end' respectively. Unfortunately at this time, only Safari & Firefox support these values, so we have to add the flex- prefix to them. This plugin does not add these values even with stage 0.

Abogical avatar Aug 31 '20 00:08 Abogical