Tag: sass

  • 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.

  • SCSS triangle mixin

    I just started using SASS and I love it. Can’t believe how slow I’ve been to adopt it’s power! Anyways, here’s a quickie css triangle mixin. It should be pretty self-explanatory.