summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/sourcemap-sass/sourcemaps.scss
blob: 0ff6c471bbe037a00a912713d3575f59c5844394 (plain)
1
2
3
4
5
6
7
8
9
10

$paulrougetpink: #f06;

div {
  color: $paulrougetpink;
}

span {
  background-color: #EEE;
}