DEV Community

Cover image for CSS Debug With 3 Lines
Greg
Greg

Posted on

CSS Debug With 3 Lines

* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}
Enter fullscreen mode Exit fullscreen mode

I needed to debug some heavily styled css and this debugger is a game changer. Drop this into your css file and locate the bug.

❤️❤️❤️

Social

Twitter
Linkedin
Portfolio
Github

🤘

Happy Coding

Top comments (0)