From eeeaa0b894cf0c126ca335e9baeba4296246f86a 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 --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 74f46cac0c..0f2d79c27d 100644 --- a/css.html +++ b/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 %}