#scss

SCSS Map Function

Oct 19, 2020

Using SCSS you can specify a a set of values in a map for easier access. Declare your map as a variable and reference it with the map-get SCSS function.

SCSS: ampersand rules

Mar 17, 2019

Using the & after a declaration you can set a css rule to apply given that the selector that has the & after actually applies when it is the parent of the element it is nested under 🤔...

SCSS Control Directive

Mar 11, 2019

Using #scss you can take advantage of control directives

SCSS in three minutes

Mar 10, 2019

SCSS is a superset of CSS3's syntax. It provides a powerful abstraction with the ability to use variables, mixins, and functions. Intrigued? Let's get it setup in 3 minutes or less!