sourcemaps.scss (94B)
1 $paulrougetpink: #f06; 2 3 div { 4 color: $paulrougetpink; 5 } 6 7 span { 8 background-color: #EEE; 9 }