Fix broken example
This commit is contained in:
parent
9dc37dd93a
commit
63cae60ca8
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
// This will yield a radial gradient with an apparent specular highlight
|
// This will yield a radial gradient with an apparent specular highlight
|
||||||
#radial-gradient
|
#radial-gradient
|
||||||
+background-image(radial-gradient(45 45, #0ff 10px, #1e90ff 30px))
|
+background-image(radial-gradient(45px 45px, #0ff 10px, #1e90ff 30px))
|
||||||
|
|
||||||
// This yields a linear gradient spanning from the upper left corner to the lower right corner
|
// This yields a linear gradient spanning from the upper left corner to the lower right corner
|
||||||
#linear-gradient
|
#linear-gradient
|
||||||
|
Loading…
Reference in New Issue
Block a user