// MIXINS @mixin border-radius($radius) { border-radius: $radius; background-clip: padding-box; /* stops bg color from leaking outside the border: */ }