PostCSS plugin to create fallbacks for the css properties row-gap
, column-gap
and gap
..
See the current css spec for further details.
[
[
Usage
/* default usage, with no options (method = replace) */
/* add the fallbacks right before, but keep the original css props (row-gap, column-gap and gap)*/ method: 'duplicate'
See PostCSS docs for examples for your environment.