-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Context
The current app generator frontend uses a lot of CSS stylings that get replicated throughout the code. It's better practice to have `.css` files that can be easily referenced for React to import and leverage.
This increases ease of reuse and makes for generally cleaner code
Definition of done
`.css` files now replace most styling semantics on the frontend app
Pitfalls
What should the implementer watch out for? What are the risks?