From e430675d147bb9e0991e43a4fd86bf6bdf3deda5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 30 Jan 2014 14:46:58 -0800 Subject: [PATCH] use correct+newer name for retina mixin in docs; fixes #12450 --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css.html b/docs/css.html index 74f46cac0c..0f2d79c27d 100644 --- a/docs/css.html +++ b/docs/css.html @@ -3283,7 +3283,7 @@ a { // Usage .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 %}