Open
Description
We should eventually be able to configure the babel plugin with the following setting:
{
baseFontSize: 16,
}
When the compiler parses a fontSize rule, the following transformation should be applied:
fontSize: 16 // translates to 1em
fontSize: 14 // translates to 0.875em
If no baseFontSize
setting is found, no translation should happen.