Merge "SQLite: Make patch-add-3d.sql a no-op"
[lhc/web/wiklou.git] / resources / src / mediawiki.less / mediawiki.mixins.less
index 53dccc2..7e7821e 100644 (file)
@@ -1,6 +1,6 @@
-// Common Less mixin library for MediaWiki
+// 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.