Commit c4ed68e2 by Hampton Catlin

More advanced variable test

parent c5aa896e
$color: "black";
$color: red;
$background: "blue";
a {
color: $color;
background: $background;
}
\ No newline at end of file
a {
color: red;
background: "blue"; }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment