TheComputerM / svelte-materialify

A Material UI Design Component library for Svelte heavily inspired by vuetify.
https://svelte-materialify.vercel.app
MIT License
622 stars 83 forks source link

Apply text-h1 etc globally to h1 etc. #255

Open derolf opened 3 years ago

derolf commented 3 years ago

Right now, I have to write: <h1 class="text-h1">...</h1>

Is it possible to make text-h1 the default for h1? etc....