Closed
Bug 1410189
Opened 7 years ago
Closed 7 years ago
Dev tools: Auto suggestion for css variables
Categories
(DevTools :: Inspector: Rules, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1258494
People
(Reporter: tannhu, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171018100140
Steps to reproduce:
It would be nice if Firefox Dev Tools is able to do auto suggestion when typing CSS variables like the way Chrome handles it.
Actual results:
Inspect an element in a page that defines some css variables at :root level. Type `var(--` as value for a CSS properties, Firefox Dev Tools does not suggest a list of variables defined in :root (Chrome does).
Expected results:
Firefox Dev Tools should suggest css variables like the way Chrome does.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•