Refactor CSS into custom properties

Created on 7 June 2023, over 1 year ago
Updated 24 June 2024, 5 months ago

Problem/Motivation

In order to enhance themability of the Svelte app, it would make sense to refactor our custom CSS a bit.

Proposed Resolution

For one, we can replace re-used elements like spacing/margins, sizes, etc as CSS Custom Properties (CSS Variables) on the Project Browser root element.

@TODO:
- identify what all the variables should be
- create the variables on the root element with their values
- convert the usages of these variables to use the custom property

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States chrisfromredfin Portland, Maine

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024