UNPKG

postcss-sparrow-props-filter

Version:

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

15 lines (10 loc) 199 B
// import * as S from 'sanctuary' // // const getProp = S.prop('prop') import * as R from 'ramda' const getProp = R.prop('prop') const getProps = R.prop('props') export { getProp, getProps }