rsnext/test/integration/legacy-sass/styles/style.scss

4 lines
58 B
SCSS

$color: #2ecc71;
.example {
background-color: $color;
}