mento-protocol / governance-ui

An open source interface for the Mento protocol governance
https://governance.mento.org
0 stars 0 forks source link

Styling maintenance: Sass -> Tailwind refactor #94

Closed RyRy79261 closed 5 months ago

RyRy79261 commented 5 months ago

Overview

Currently, the app makes use of a mix of sass & tailwind styling. This complicates development but also renders the optimizations that Tailwind provides via having references single instances of properties, where as the sass approach creates a lot of redundant entries in the output bundle.

This ticket does require setting up & agreeing to preferred best practises in the repo