Closed
Bug 2029180
Opened 4 months ago
Closed 3 months ago
Convert moz-box-* variables into JSON design tokens
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
152 Branch
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: dwhisman, Assigned: dwhisman)
References
Details
(Whiteboard: [recomp] [acorntractors])
Attachments
(1 file)
For moz-box-* components, take any applicable CSS variables (mainly moz-box-common.css, but potentially others as well) and convert them into JSON with a *.tokens.json file following design token naming conventions. Running ./mach buildtokens should build a *.tokens.css file. The toolkit/content/jar.mn file should be updated to add the new tokens CSS file(s), which should be imported by the CSS file(s) that previously defined the variables.
Updated•4 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
| Assignee | ||
Updated•3 months ago
|
Assignee: nobody → dwhisman
Status: NEW → ASSIGNED
Updated•3 months ago
|
Attachment #9567359 -
Attachment description: WIP: Bug 2029180 - Convert moz-box-* variables into JSON design tokens r=#reusable-components-reviewers-rotation → Bug 2029180 - Convert moz-box-* variables into JSON design tokens r=#reusable-components-reviewers-rotation
Pushed by dwhisman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5e081f7800fb
https://hg.mozilla.org/integration/autoland/rev/74a290c98484
Convert moz-box-* variables into JSON design tokens r=desktop-theme-reviewers,mkennedy,mstriemer
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
You need to log in
before you can comment on or make changes to this bug.
Description
•