UNPKG

cssstats

Version:

High-level stats for stylesheets

10 lines (8 loc) 216 B
module.exports = function(property, value) { if (!this.properties || !this.properties[property]) { return 0 } return this.properties[property].filter(function(val) { return val === value }).length }