tinacms / tina.io

Organization site for general info, documentation, blogs & contribution guidelines.
https://tina.io
240 stars 1.59k forks source link

🔨Tech Debt - Styling Components #1823

Open joshbermanssw opened 3 weeks ago

joshbermanssw commented 3 weeks ago

There are numerous styles in the codebase that use arbitrary values and due to their numerous occurrences are creating tech debt.

Ex : bg-gradient-to-r from-[rgba(216,251,248,0.6)] to-[rgba(215,233,255,0.6)]

Tasks