UNPKG

@enhance/styles

Version:
9 lines (8 loc) 179 B
export default function fill (state={}) { const { query='' } = state return /*css*/` /*** Fill ***/ .fill-none${query}{fill:none} .fill-current${query}{fill:currentColor} ` }