SGshubham ghugeinshubham-ghuge.hashnode.dev·Jul 10, 2021 · 2 min readSCSS Guide for a beginner (Part 3).This is the continuation of my previous blogs, in this article we are going to learn about mixins, partials, inheritance and few built-in module functions in SCSS, so let's get started. Mixins Many times we write same CSS code in multiple classes wh...00
SGshubham ghugeinshubham-ghuge.hashnode.dev·Jul 10, 2021 · 2 min readSCSS Guide for a beginner (Part 2).This is the continuation of my previous blog, in this article we are going to learn about loops, operators and functions in SCSS, so let's get started. Loops Loops are basically a sequence of instructions that are performed until a certain condition ...00
SGshubham ghugeinshubham-ghuge.hashnode.dev·Jul 10, 2021 · 3 min readSCSS Guide for a beginner (Part 1).What is SCSS SCSS/SASS is a preprocessor for CSS which gives wings to CSS, It transpiles SCSS code to CSS. Writing CSS for multipage website leads to larger stylesheets, which gets hard to maintain. So we can make use of SCSS features such as mixins,...00