July 2018
Beginner
350 pages
8h 34m
English
Sass is one of the most popular and most widely used CSS preprocessors. It contains a lot of features and is extremely compatible with CSS.
Sass was introduced for the first time in 2006, and it is completely built in the Ruby programming language. It is cross-platform, so you can use it on any platform that you prefer.
It has a huge number of features, starting with variables, mixins, nesting, inheritance selectors, functions, imports, and tons of other features that make the life of developers really easy when it comes to coding on CSS.
There are two available syntaxes on Sass: you can choose SCSS or SASS one. The syntax is really similar to pure CSS; two things that you can ignore from the pure CSS side when you are using SASS syntax ...