ItsJonQ / g2

✨ An experimental reimagining of WordPress components
http://g2-components.com/
MIT License
105 stars 12 forks source link

Allow non-px units in FontSizeControl #300

Open aristath opened 3 years ago

aristath commented 3 years ago

Right now in Gutenberg we can't use relative units for font-sizes, users are forced to use px-only values. We should allow using other values (em, rem etc) for custom font-sizes as well.