mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00:00
rename .retina-image => .img-retina
This commit is contained in:
parent
606d6e81d4
commit
a41fd16da2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue