Description
Like regular CSS, it is possible to override and group tailwind styles into reusable classes defined in a CSS file.
Motivation
It is preferable to centralize and group css styling into reusable classes making it easier to reuse, maintain and keep the code free from long and complex inline styling.
Proposed Implementation
- Group react flow overriden styles and into a layer
- Strutrure current styling into 'layers' per component / purpose.
- Ensure tailwind styling is resposive to light and dark themes.
Definition of Done
Description
Like regular CSS, it is possible to override and group tailwind styles into reusable classes defined in a CSS file.
Motivation
It is preferable to centralize and group css styling into reusable classes making it easier to reuse, maintain and keep the code free from long and complex inline styling.
Proposed Implementation
Definition of Done