@import "elements.scss";

$mycolor: #ffffff;

.aclass {
    background-color: $mycolor;
}
