_mixins.scss 154 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 // MIXINS @mixin border-radius($radius) { border-radius: $radius; background-clip: padding-box; /* stops bg color from leaking outside the border: */ }