Commit e430675d authored by Chris Rebert's avatar Chris Rebert

use correct+newer name for retina mixin in docs; fixes #12450

parent 00685be0
...@@ -3283,7 +3283,7 @@ a { ...@@ -3283,7 +3283,7 @@ a {
// Usage // Usage
.jumbotron { .jumbotron {
.retina-image("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px); .img-retina("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
} }
{% endhighlight %} {% endhighlight %}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment