I found weird to have different use of font-size :
- Many cases use
@include font-size(var(...))even withrfscall before - Few cases use
font-size: var(...)withrfscall also, so I changed all this cases.
Is this the good way to do it ? Or maybe the other way is better ? Or maybe it was what was wanted ?