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

5 lines
58 B
SCSS
Raw Normal View History

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