OpenRailAssociation / osrd

An open source web application for railway infrastructure design, capacity analysis, timetabling and simulation
https://osrd.fr
436 stars 40 forks source link

Refactor STDCM Interface Colors for Maintainability and Tailwind Integration #8337

Open kmer2016 opened 1 month ago

kmer2016 commented 1 month ago

Description and goal

In the new STDCM interface, we currently use colors directly within our CSS files. These colors are sourced from our design system. To enhance our code's maintainability and prepare for future integration with Tailwind CSS, we can improve our approach by storing these colors in variables and reusing them wherever needed.

Acceptance criteria