postcss-plugins
postcss-plugins copied to clipboard
Add 'flex-' prefix for 'start' & 'end' flex values
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.