UNPKG

cssstats

Version:

High-level stats for stylesheets

10 lines (7 loc) 191 B
var _ = require('lodash') module.exports = function(property) { if (!this.properties || !this.properties[property]) { return 0 } return _.uniq(this.properties[property]).length }