//Custom Mixins //Blue gradient background mixin @mixin blue-gradient { background: linear-gradient(270deg, $blue-500 0%, $blue-700 100%); }