rogden / tailwind-config-viewer

A local UI tool for visualizing your Tailwind CSS configuration file.
1.98k stars 110 forks source link

Add support for fontWeight at FontSize #75

Open Javid-Izadfar opened 1 year ago

Javid-Izadfar commented 1 year ago

Upon customizing fontSize on tailwind.config.js, one can also apply fontWeight, lineHeight and/or letterSpacing. however, these secondary declarations are not visible on viewer. Can we add them?

Javid-Izadfar commented 1 year ago

I was poking around with the code and came up with this: #76