```js import { isShorthandProperty } from 'css-property-parser'; isShorthandProperty('-webkit-transition'); // => false ```