Closed jreinlein closed 8 years ago
To fix this error from appearing in console: GET http://localhost:9966/lib/css/devtools/tooltips.css index.js:152
GET http://localhost:9966/lib/css/devtools/tooltips.css index.js:152
It is being referenced in docs\lib\css\devtools\dark-theme.css and docs\lib\css\devtools\light-theme.css.
docs\lib\css\devtools\dark-theme.css
docs\lib\css\devtools\light-theme.css
I took care of this in a local branch with my CSS fixes/improvements. I will make a PR for it all once it's done.
Issue fixed in PR #60
To fix this error from appearing in console:
GET http://localhost:9966/lib/css/devtools/tooltips.css index.js:152
It is being referenced in
docs\lib\css\devtools\dark-theme.css
anddocs\lib\css\devtools\light-theme.css
.