digitoimistodude / air-light

💨 WordPress starter theme - designed to be minimal, ultra-lightweight (< 20 kB) and easy for all kinds of WordPress projects. 7+years/1000+hours of development and still updating daily! We prefer the original WordPress way of doing things so no strange templating languages or frameworks here.
https://airwptheme.com
MIT License
929 stars 139 forks source link

Remove root font-size 62.5% #192

Open ronilaukkarinen opened 11 months ago

ronilaukkarinen commented 11 months ago

A good point brought up by latenssi on wpfi Slack: Should we even have 62,5% nowadays? Article: Should I change the default HTML font-size to 62.5%?. Because we use it in :root rather than html, it's not a problem, but it's not needed any more because we have a stylelint plugin that converts the rems automatically.

We should perhaps revert back to the default soon.