use-ink / contracts-ui

Web application for deploying wasm smart contracts on Substrate chains that include the FRAME contracts pallet
https://contracts-ui.substrate.io/
GNU General Public License v3.0
61 stars 45 forks source link

Extract Tailwind classes #459

Closed statictype closed 1 year ago

statictype commented 1 year ago

One of the most annoying things about Tailwind is that it pollutes the code with long class names. Go through the project and find classes that are longer than the defined formatting printWidth and extract them in an external css file using @apply