diff options
| author | XhmikosR <[email protected]> | 2020-11-13 17:45:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-13 17:45:11 +0200 |
| commit | c41897ca980a55cd91bae79e4e4d37ff93fd9d3b (patch) | |
| tree | 420767d4d672eb0bf4b4107cbfc999d615ce1d74 /scss | |
| parent | 6ddedbff773c9c9ce938cfd4b490037c3b8c57e0 (diff) | |
| download | bootstrap-c41897ca980a55cd91bae79e4e4d37ff93fd9d3b.tar.xz bootstrap-c41897ca980a55cd91bae79e4e4d37ff93fd9d3b.zip | |
Fix caniuse.com redirects (#32147)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/mixins/_image.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_image.scss b/scss/mixins/_image.scss index c971e038b..3aaa0d704 100644 --- a/scss/mixins/_image.scss +++ b/scss/mixins/_image.scss @@ -26,7 +26,7 @@ // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio, // but doesn't convert dppx=>dpi. // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard. - // Compatibility info: https://caniuse.com/#feat=css-media-resolution + // Compatibility info: https://caniuse.com/css-media-resolution @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx only screen and (min-resolution: 2dppx) { // Standardized background-image: url($file-2x); |
