/* $host_var: red; */
/* @include include_7_1.sss */
/* $include_one: white; */
.test_1 {
color: red;
background-color: white;
}
/* @include include_7_2.sss */
/* $include_two: blue; */
.test_2 {
color: red;
background-color: white;
border-color: blue;
}
.host_test {
color: red;
background-color: white;
border-color: blue;
}