-
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...
-
Not to mention make it 10 times more elegant After mastering CSS, one usually tends the make the separation between CSS and any kind of coding logic. Basically, you learn that CSS is as static as HTML is (though some features in CSS3 have some logic in them). Sass is...