UNPKG

@sequencemedia/css-purge

Version:

A CSS tool written in Node JS as a command line app or library for the purging, burning, reducing, shortening, compressing, cleaning, trimming and formatting of duplicate, extra, excess or bloated CSS.

9 lines (8 loc) 241 B
export default function hasPropertyBorderBottom ({ property }) { return ( property === 'border-bottom-width' || property === 'border-bottom-style' || property === 'border-bottom-color' || property === 'border-bottom' ) }