mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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
|
||||
.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
|
||||
|
|
Loading…
Reference in a new issue