UNPKG

postcss-sparrow-auto-content-visibility

Version:

A PostCSS Sparrow plugin that add content visibility property for you automatically.

14 lines (9 loc) 191 B
import * as R from 'ramda' const getProps = R.prop('props') const getValues = R.prop('values') const getDeclValue = R.prop('declValue') export { getProps, getValues, getDeclValue }