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
The veda-ui components currently rely on a few custom theme variables defined in the _veda-ui-theme-vars file. It may be useful to expose these variables through the veda-ui library so that they can be remapped by the instance. One potential approach is to adopt a similar mechanism to how uswds-theme variables are exposed and used within the consuming applications. This approach would allow the consuming app to remap them like this:
@use 'veda-ui-theme-vars' as * with (
$veda-uswds-basefont-sans: ...,
$veda-uswds-fontsize-3xs: ...,
)
Acceptance Criteria
Given when then
Given when then
Related Tickets
[If applicable, link any tickets that are related]
The text was updated successfully, but these errors were encountered:
Context
The veda-ui components currently rely on a few custom theme variables defined in the
_veda-ui-theme-vars
file. It may be useful to expose these variables through the veda-ui library so that they can be remapped by the instance. One potential approach is to adopt a similar mechanism to howuswds-theme
variables are exposed and used within the consuming applications. This approach would allow the consuming app to remap them like this:Acceptance Criteria
Related Tickets
[If applicable, link any tickets that are related]
The text was updated successfully, but these errors were encountered: