UNPKG

postcss-sparrow-values-filter

Version:

A PostCSS Sparrow plugin that helps you filter declarations by its unit.

11 lines (7 loc) 133 B
import * as R from 'ramda' const getValue = R.prop('value') const getValues = R.prop('values') export { getValue, getValues }