I found weird to have different use of font-size :
- Many cases use
@include font-size(var(...))
even withrfs
call before - Few cases use
font-size: var(...)
withrfs
call 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 ?