2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1
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");
} }