Closed
Description
You can currently use the responsive-font-size
property to make RFS work in PostCSS, but it feels a bit weird. I'm thinking about changing the implementation from
responsive-font-size: 4rem;
to
font-size: rfs(4rem);
I'm not sure yet though, if anyone has got an opinion on this, let me know here