UNPKG

postcss-sparrow-props-filter

Version:

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

12 lines (8 loc) 167 B
// import * as S from 'sanctuary' // // const hasWildCard = S.includes('*') import * as R from 'ramda' const hasWildCard = R.includes('*') export { hasWildCard }