HTML is at the core of the web. Sometimes, in the pursuit of making things look beautiful using CSS, we forget that. If you’ve ever used Sass (or a CSS compiler in general), you’ve probably seen your site’s styles break due to a compile error. But before you rush to fix the error you just introduced, take this as an opportunity to analyze and enhance the core of your site: the HTML. “Failure is simply the opportunity to begin again, this time more intelligently.” — Henry Ford Normally I’m not one for motivational clichés. However, turning failure into an opportunity for success can hold true when working with Sass (or any CSS compiler). Bear with me and I’ll explain.
↧