diff options
author | root <root@debian> | 2014-09-14 21:27:21 +0000 |
---|---|---|
committer | root <root@debian> | 2014-09-14 21:27:21 +0000 |
commit | 93f7baae7fcd707f7080786a9c117fb92269d798 (patch) | |
tree | 8541792c5147afbde8aa6c01ea32677d07e8f09c /test.css.correct | |
parent | a4f8c7af3baba2179f6de2f198be23860f3803bc (diff) |
Diffstat (limited to 'test.css.correct')
-rw-r--r-- | test.css.correct | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test.css.correct b/test.css.correct new file mode 100644 index 0000000..c076b87 --- /dev/null +++ b/test.css.correct @@ -0,0 +1,14 @@ +div { + color: yellow; + background: #7b2d06; + flah: #111111; + grah: rgba(255, 0, 238, 0.5); + blah: rgba(1, 2, 3, 0.6); + floo: cyan; + bloo: rgba(0, 255, 255, 0.7); + groo: cyan; + hoo: 123; + moo: 45; + poo: 6; + goo: rgba(63, 0, 191, 0.75); + boo: #edcba9; } |