flora-server
flora-server copied to clipboard
Improve the CSS to get away from Tailwind
Currently, the CSS of the application is handled in an awkward way:
- Tailwind is used both in
class
mode and in@apply
mode in the source files and the CSS files. - It's not being written in the spirit of hinting the browser, and its sins are numerous.
- ~~It's not being linted as part of the CI.~~