Merge pull request #424 from tashian/master
Just a one-line doc fix of the CSS3 background attribute
This commit is contained in:
commit
b6bec9ad62
@ -25,7 +25,7 @@ classnames:
|
|||||||
Example (more examples are available by following the links below):
|
Example (more examples are available by following the links below):
|
||||||
|
|
||||||
<pre><code class="source-code scss">.in-css3 {
|
<pre><code class="source-code scss">.in-css3 {
|
||||||
background: image-url("foo.png"),
|
background: url(foo.png),
|
||||||
linear-gradient(top left, #333, #0c0),
|
linear-gradient(top left, #333, #0c0),
|
||||||
radial-gradient(#c00, #fff 100px);
|
radial-gradient(#c00, #fff 100px);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user