css-property-parser
css-property-parser copied to clipboard
Invalid short hands returned for property
> props.getShorthandsForProperty("color")
[ 'color',
'border-inline-start',
'border-inline-end',
'border-block-start',
'border-block-end',
'-webkit-border-before' ]
Need to update and pick up https://github.com/mdn/data/commit/045b9e55d94755a37b8c68dfbfc1bf96f93af64f
Will by fixed by https://github.com/mahirshah/css-property-parser/issues/19