Make .small in type.less use the @font-size-small variable?
Created by: dminkovsky
Right now, the misc .small
mixin in type.less
is hardwired to 85%
. That same 85% of base appears in variables.less
as @font-size-small
. Would it makes sense to have .small
in type.less
reference @font-size-small
instead of having its own value?