1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Deprecate img-retina() mixin (#28072)

This commit is contained in:
Martijn Cuppens
2019-02-07 18:33:57 +01:00
committed by XhmikosR
parent bcfb7ed159
commit 2ee8ecedf4

View File

@@ -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");
} }