Sass @for Directive The Sass @for directive facilitates you to generate a style in a loop. It is used when you require…
Sass Tutorial
-
-
SASS Passing content block to a mixin The content blocks are passed to the mixin for the placement inside the styles. This…
-
Sass @if Directive The @if directive specifies the execution of code statements according to the result of the expression. A @if statement…
-
Sass Preprocessing CSS is enough to handle a simple stylesheet but if the stylesheets are larger and more complex, they are harder…
-
Sass if() function The Sass built-in if() function is based on the condition. It returns only one result from two possible outcomes.…
-
SASS Import CSS provides @import option that makes you able to split your CSS into smaller, more maintainable portions. The only one…
-
Sass: Including a mixin The @include directive is used to include the style defined by the mixin into the document. The name…
-
Advantages and Disadvantages of Sass Advantages Sass facilitates you to write clean, easy and less CSS in a programming construct. It contains…
-
Sass Inheritance/ Extend In Sass, @extend is used to share a set of CSS properties from one selector to another. It is…
-
SASS: Installation and Execution You have to install Ruby for executing the SASS files. System Requirements for SASS You have to fulfill…