Commit 89555cb6 authored by Mark Otto's avatar Mark Otto

Merge pull request #8453 from cvrebert/retina-rename

rename .retina-image => .img-retina
parents cb117c62 a41fd16d
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
// -------------------------------------------------- // --------------------------------------------------
// Short retina mixin for setting background-image and -size // 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}"); background-image: url("@{file-1x}");
@media @media
......
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