css-property-parser
css-property-parser copied to clipboard
isShorthandProperty lookup perf. improvement
Isn't key lookup faster than extracting all keys and checking them one by one, at least for a pure json object ?
LGTM