Doesn't work, no messages
Closed this issue · 8 comments
Hi, thanks for your work on this good extension. I'm sorry, but in my Brackets (1.3.0-16022) it's not working and I haven't messages to show.
I have a lot of extensions, maybe that's the problem..
Hi @andreamattioli ,
sorry for the late response. Would be great if you can copy all your other extensions into the disabled
folder and then try it again.
Thanks for the issue!
I've tried, closed and reopened (not refresh with f5), same result.
So all disabled doesn't work as well? Do you have errors in the Developer Tools? (F12)
No errors, but I've noticed that it doesn't work only inside media queries, outside it's all ok.
Thanks @andreamattioli can you provide a quick example?
.projects-credits {
background-color: #123;
}
.text-color1 a {
color: #123; <------ HINT
}
@media (min-width: 769px) {
.text-color1 a {
color: #123; <------ NO HINT
}
}
Would be great if you can install the extension via url and if the bug is fixed just close the issue ;)
I'll register the new version afterwards.
Done, it works!