I reproduced the problem here: https://github.com/perrin4869/responsive_type_test I am getting the warning `this combination of units is not supported [postcss-responsive-type]` while attempting to process the following: ``` div { font-size: responsive 1.2em 1.4em; } ```