mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-11 05:43:09 +00:00
Deprecate img-retina() mixin (#28072)
This commit is contained in:
parent
bcfb7ed159
commit
2ee8ecedf4
1 changed files with 1 additions and 0 deletions
|
|
@ -32,4 +32,5 @@
|
||||||
background-image: url($file-2x);
|
background-image: url($file-2x);
|
||||||
background-size: $width-1x $height-1x;
|
background-size: $width-1x $height-1x;
|
||||||
}
|
}
|
||||||
|
@include deprecate("`img-retina()`", "v4.3.0", "v5");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue