// Function first @function first($list) @return nth($list, 1) // Function last @function last($list) @return nth($list, length($list))