How to use the unprefixed function from postcss

Find comprehensive JavaScript postcss.unprefixed code examples handpicked from public code repositorys.

388
389
390
391
392
393
394
395
396
397
 * Return prefixed version of property
 */
;

_proto.prefixed = function prefixed(prop, prefix) {
  prop = vendor.unprefixed(prop);
  return this.decl(prop).prefixed(prop, prefix);
}
/**
 * Return values, which must be prefixed in selected property
fork icon0
star icon0
watch icon1

+ 4 other calls in file