You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Challenge
At the moment, there is a disconnect between the values that the UI Kit defines in its setup "pages" and the values defined in the platform-scaffold (see below table for example).
The relationship between the two sets of values are perfectly clear. As can be seen in the two screenshots below, it's not immediately obvious that h1 styles are intended to match with the $huge-font-size and $huge-line-height variables.
UI Kit
SCSS Variables
Proposed Solution
The UI Kit should be updated to include what variables receive which values.
Criteria
A developer should be able to step through the UI Kit's setup and replace all values in the platform-scaffold's _variable.scss with little to no explanation.
Challenge
At the moment, there is a disconnect between the values that the UI Kit defines in its setup "pages" and the values defined in the platform-scaffold (see below table for example).
The relationship between the two sets of values are perfectly clear. As can be seen in the two screenshots below, it's not immediately obvious that
h1styles are intended to match with the$huge-font-sizeand$huge-line-heightvariables.Proposed Solution
The UI Kit should be updated to include what variables receive which values.
Criteria
A developer should be able to step through the UI Kit's setup and replace all values in the platform-scaffold's
_variable.scsswith little to no explanation.