Skip to content

Instantly share code, notes, and snippets.

View Aabill's full-sized avatar
🎶
Taking notes

Aaron Bill B. Domingo Aabill

🎶
Taking notes
View GitHub Profile
$colours:
"red" #FF0000,
"blue" #001EFF,
"green" #00FF00,
"yellow" #F6FF00;
@each $i in $colours{
.#{nth($i, 1)}-background {
background: nth($i, 2);
}