Fix CSS3 background attribute

This commit is contained in:
tashian 2011-06-10 11:31:30 -07:00
parent 9dcbbee3af
commit 60680769ca

View File

@ -25,7 +25,7 @@ classnames:
Example (more examples are available by following the links below):
<pre><code class="source-code scss">.in-css3 {
background: image-url("foo.png"),
background: url(foo.png),
linear-gradient(top left, #333, #0c0),
radial-gradient(#c00, #fff 100px);
}