SASS stands for Syntactically Awesome Style Sheet. It is basically a pre-processor to CSS. What does that mean is, we’ll write in SASS which gets transpiled to CSS and then parsed by the browser to load the styles of our site. Why SASS? If you know about a famous software engineering principle, DRY which stands… Continue reading→
Have you ever read an article online? I’m sure you did. Was it instructed to read on mobile only? No, that’s your wish, right? You will decide, whether you want to view it or read its content on mobile, tablet or laptop. But have you ever wondered, how these websites fits everywhere? Today, we’ll get… Continue reading→