-
How do you debug your SASS code? Do you go use your Web Inspector under developer tools, go to the CSS and search for the same selector like some kind of animal? Perhaps you have a comment in your CSS above each selector giving you the line number and .scss...
-
If you're doing mobile development, you probably know how frustrating it is and how difficult it could be for debugging. This is of course true unless you have some great tools to help you on your development process. Remote debugging via web inspector This is one of those things that...