diff --git a/examples/css3/images/example.png b/examples/css3/images/example.png new file mode 100644 index 00000000..f0382aae Binary files /dev/null and b/examples/css3/images/example.png differ diff --git a/examples/css3/images/fresh-peas.jpg b/examples/css3/images/fresh-peas.jpg deleted file mode 100644 index 3a9b4b9f..00000000 Binary files a/examples/css3/images/fresh-peas.jpg and /dev/null differ diff --git a/examples/css3/src/main.scss b/examples/css3/src/main.scss index a0f8b24e..31acb2cd 100644 --- a/examples/css3/src/main.scss +++ b/examples/css3/src/main.scss @@ -50,7 +50,7 @@ h1 { #background-clip { pre { - background: transparent #{image_url("fresh-peas.jpg")} no-repeat; + background: transparent #{image_url("example.png")} no-repeat; border: 1em solid rgba(255, 0, 0, 0.25); } .padding-box { @include background-clip(padding-box); @@ -61,7 +61,7 @@ h1 { #background-size { pre { - background: transparent #{image_url("fresh-peas.jpg")} no-repeat; + background: transparent #{image_url("example.png")} no-repeat; border: 1em solid #{mix(red, white, 0.5)}; border: 1em solid rgba(255, 0, 0, 0.25); } .top-left {