X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.less%2Fmediawiki.mixins.less;h=55be237efeb1043a4b74a8df6e5fc6b636955c10;hb=138298b397b308ad6e4bfc7088884d90e8ac1e37;hp=c64c7610da03fbbcba58597fe8c9ed3e7e7cab06;hpb=87f40138c64ddccb6dc6d54531cea02af40ef0f3;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.less/mediawiki.mixins.less b/resources/src/mediawiki.less/mediawiki.mixins.less index c64c7610da..55be237efe 100644 --- a/resources/src/mediawiki.less/mediawiki.mixins.less +++ b/resources/src/mediawiki.less/mediawiki.mixins.less @@ -1,6 +1,6 @@ // Common Less mixin library for MediaWiki // -// By default the folder containing this file is included in $wgResourceLoaderLESSImportPaths, +// By default the folder containing this file is included in the LESS import paths, // which makes this file importable by all less files via `@import 'mediawiki.mixins';`. // // The mixins included below are considered a public interface for MediaWiki extensions. @@ -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 ) {