0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

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

This commit is contained in:
Chris Rebert 2014-01-30 14:46:58 -08:00
parent 00685be0e9
commit e430675d14

View File

@ -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>