-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Provide a general summary of the issue here
We currently ship light.css
and dark.css
as complete bundles. This is inefficient, because they also contain the older (new contextual tokens). We still need to ship the older tokens, but we want them to be optional for inclusion in a CFA.
So: remove older tokens from light.css
and dark.css
and move them to separate (legacy
folder?) files
The contextual tokens are in JSON files with postfix -new.json
. Those need to be outputted into a new bundle. Everything not -new.json
should be in an old bundle.
π€ Your name
Jeroen
π§’ Your Product/Team
SLDS
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
π Needs review