/////////////////// // // // MIXINS // // // /////////////////// // Inline, no bullet lists @mixin inline-list { ul > li { display: inline; } }