From: Niklas Laxström Date: Wed, 4 Apr 2018 14:29:58 +0000 (+0200) Subject: Remove outdated comment for .background-image-svg X-Git-Tag: 1.31.0-rc.0~210^2 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=efb3bd837c0233f5a93dc04ab9d7c8f2a3c2bf10;p=lhc%2Fweb%2Fwiklou.git Remove outdated comment for .background-image-svg Since we dropped prefixed versions, we are no longer embedding multiple times. Change-Id: I58ad6f732289253c22cf12c74e340cd81c26e943 --- diff --git a/resources/src/mediawiki.less/mediawiki.mixins.less b/resources/src/mediawiki.less/mediawiki.mixins.less index c64c7610da..53dccc2e07 100644 --- a/resources/src/mediawiki.less/mediawiki.mixins.less +++ b/resources/src/mediawiki.less/mediawiki.mixins.less @@ -30,8 +30,6 @@ // compatibility (browsers able to understand gradient syntax support also SVG). // http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique // -// We use gzip compression, which means that it is okay to embed twice. -// // We do not embed the fallback image on the assumption that the gain for old browsers // is not worth the harm done to modern ones. .background-image-svg( @svg, @fallback ) {