diff options
| author | Chris Rebert <[email protected]> | 2013-07-11 12:07:35 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-11 12:07:35 -0700 |
| commit | a41fd16da27da748b76a88a5ac032128cd245df0 (patch) | |
| tree | 445c57aeccaa2672172ac4d8a660338e7913245d | |
| parent | 606d6e81d445ff58295b934d52ac1e31ae2052a6 (diff) | |
| download | bootstrap-a41fd16da27da748b76a88a5ac032128cd245df0.tar.xz bootstrap-a41fd16da27da748b76a88a5ac032128cd245df0.zip | |
rename .retina-image => .img-retina
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 6d39d2aae..e5643721d 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -331,7 +331,7 @@ // -------------------------------------------------- // Short retina mixin for setting background-image and -size -.retina-image(@file-1x, @file-2x, @width-1x, @height-1x) { +.img-retina(@file-1x, @file-2x, @width-1x, @height-1x) { background-image: url("@{file-1x}"); @media |
