For some use cases it could be relevant to know counts per css property:
{
"color": 12,
"background-color": 2,
}
The total count of the above is 14, which might put it high on a list of sorted by total count, but maybe low if counted by use of background color.
For some use cases it could be relevant to know counts per css property:
The total count of the above is 14, which might put it high on a list of sorted by total count, but maybe low if counted by use of background color.