Closed
Bug 1875024
Opened 2 years ago
Closed 2 years ago
Remove css file import from JS
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox123 fixed)
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
The build step is simply stripping those out, so they're useless
| Assignee | ||
Comment 1•2 years ago
|
||
Those are already added to the document via
a link element/@import and the build step was
simply removing the import from the JS file.
Depends on D198663
Updated•2 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa50b00bd0c0
[devtools] Remove unnecessary import of CSS file in JS. r=devtools-reviewers,bomsy.
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•