UNPKG

postcss-sparrow-units-filter

Version:

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

8 lines (5 loc) 90 B
import * as R from 'ramda' const hasWildCard = R.includes('*') export { hasWildCard }