css-property-parser icon indicating copy to clipboard operation
css-property-parser copied to clipboard

Invalid short hands returned for property

Open chriseppstein opened this issue 7 years ago • 0 comments

> 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

chriseppstein avatar Apr 22 '18 07:04 chriseppstein