Inconsistency in variable naming pattern V4
Created by: pat270
In most places variables are named using the pattern $(component)-(state)-(css property)-(size)
except in tables and inputs where it follows $(component)-(css property)-(size)-(state)
. I think it should be consistent across your variable api. I prefer the pattern in tables and inputs since it's easier to order alphabetically, $(component)-(css property)-(size)-(state)
, but realize it's easier to change it according to the first pattern.