Tools

In this mini crash course we are going to learn everything about Sass.What Sass allows us to do is write alot of cool things that we would normally wouldn't be able to do in normal CSS.With Sass we can create variables, use imports and partials to separate our css code into smaller chunks, we can use mixins to create small functions that allow us to reuse css code, nesting allows us to write children elements directly inside the parent element and much more!We will also look at a tool called Live Sass Compiler which is going to take our scss code and convert it to regular css with autoprefixer.If you are interested in learning more about css and sass then take the time to watch this sass crash course covered in 20 minutes!