Tag: SASS

  • Nesting in SASS

    Learn Nesting in SASS with easy guide and working examples Nesting in SASS / SCSS is easy with the help of “&” to achieve the nesting. In SASS “&” behaves uniquely and it denotes the current selector.  The selector changes as we nest down.  If we want to define a division with a width of…

  • Variables in SASS

    What are variables in SASS and Learn Variables in SASS Sass variables are basic: you relegate a value to a name that starts with $, and afterwards, you can allude to that name rather than the actual worth. In any case, notwithstanding their straightforwardness, they’re perhaps the most valuable tool Sass brings to the table.…

  • Maps in SASS

    What is Maps in SASS and learn how to use in SASS Maps in SASS / SCSS hold key-value pairs, and it enables users to lookup value with the help of key. Defining it is similar to defining a variable; it starts with $ following which we type the Map name. Within braces, we add…

  • Learn SASS in 9 easy tutorials! 

    Getting Started with SASS. Learn SASS from this series of tutorials What is SASS? SASS is one of the most powerful, stable and professional CSS supersets in the World.  What does SASS means? Sass fullform is Syntactically Awesome Stylesheet Sass is an extension to Cascading Style Sheets (CSS) Sass is a powerful CSS pre-processor Sass is fully adaptable with…