Tag: web-dev

  • Sass maps for color families

    First time using Sass maps. Trying to easily create lots of css classes for a particular color.

    Line 2 defines the keys and colors.

    Line 9 This mixin loops through and outputs the actual css.

    line 19 finally calls the mixin.