Open
Bug 2018318
Opened 5 months ago
Updated 5 months ago
Fix stylelint-plugin-mozilla/use-design-tokens violations in the toolkit/content/widgets directory
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(Not tracked)
NEW
People
(Reporter: hjones, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp][acorntractors])
There are many toolkit/content/widgets/** files with stylelint-plugin-mozilla/use-design-tokens violations listed in the Stylelint rollouts file. We should go through and fix as many of the existing violations as possible, and remove files from this list once they are using design tokens. Existing violations can be viewed by running:
./mach lint -l stylelint --skip-rollouts
It will likely be more manageable if we go component by component, or do related files at the same time (e.g. fix panel-list files then fix moz-box-* files). If we go that route we should file additional bugs.
Updated•5 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•