I am not a SCSS expert, but without this I can't modify the settings of the body-text() mixin. This way I can override them in my theme's variables.scss and let body-text() set a custom font weight or size.
I don't know if this is the right way to do this... but it's the way I found, so disregard it if it makes no sense.
Or perhaps it would be better to use the variables with weight definitions in the font-weight definition and make the same with the -sizes and line-heights?
I am not a SCSS expert, but without this I can't modify the settings of the
body-text()
mixin. This way I can override them in my theme's variables.scss and letbody-text()
set a custom font weight or size.I don't know if this is the right way to do this... but it's the way I found, so disregard it if it makes no sense.