-
Notifications
You must be signed in to change notification settings - Fork 5
TASK-24: Cleanup CSS #89
Copy link
Copy link
Open
Description
Task Description
As a developer, I want to clean up CSS to maintain best practices.
There are a few issues we noticed with the SCSS in the application:
- There are some practices we were using for CSS at the start of the project which we are no longer using, these should be updated everywhere they're used (e.g
emfor spacing orborder-boxwhere not needed). - When there are multiple of the same custom components, the related SCSS file is imported multiple times. ( In Dev environment), double-check if this affects prod
Acceptance Criteria
- Multiple SCSS files are no longer observed
- Documentation present where necessary
Reactions are currently unavailable