Commit 13787485 by Aaron Leung

Updating a test.

parent ac778660
$x: rgb(0, 255, 255);
div { div {
color: rgb(255, $blue: 0, $green: 255); color: rgb(255, $blue: 0, $green: 255);
background: rgb(123, 45, 6); background: rgb(123, 45, 6);
flah: rgba(0, 0, 0, 1) + #111; flah: rgba(0, 0, 0, 1) + #111;
grah: rgba(#fff, .5); grah: rgba($alpha: .5, #f0e);
blah: rgba(1,2,3,.6); blah: rgba(1,2,3,.6);
floo: $x;
bloo: rgba($x, 0.7);
groo: $x;
} }
...@@ -2,5 +2,8 @@ div { ...@@ -2,5 +2,8 @@ div {
color: yellow; color: yellow;
background: #7b2d06; background: #7b2d06;
flah: #111111; flah: #111111;
grah: rgba(255, 255, 255, 0.5); grah: rgba(255, 0, 238, 0.5);
blah: rgba(1, 2, 3, 0.6); } blah: rgba(1, 2, 3, 0.6);
floo: aqua;
bloo: rgba(0, 255, 255, 0.7);
groo: aqua; }
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