Introduction
In this chapter, you will be introduced to some Sass statements that you probably already know from your experience with functional programming languages. Sass statements, such as @if
or @while
, help create dynamical and recursive Sass code.
You will also learn how to create a vertical rhythm or color contrast for your project by using Compass. In the last three recipes, we'll get grips on icon fonts, image sprites, and CSS media queries by making use of Sass.