Manual:$wgResourceLoaderLESSImportPaths

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<translate> ResourceLoader</translate>: $wgResourceLoaderLESSImportPaths
Default import paths for LESS modules.
<translate> Introduced in version:</translate>1.22.0 (Gerrit change 78669; git #b67b9e1b)
<translate> Removed in version:</translate>1.32.0 (Gerrit change 434046; git #eaf40e6d)
<translate> Allowed values:</translate>(array)
<translate> Default value:</translate>"$IP /resources/src/mediawiki.less/"

Details

Default import paths for LESS modules. LESS files referenced in @import statements will be looked up here first, and relative to the importing file second. To avoid collisions, it's important for the LESS files in these directories to have a common, predictable file name prefix.

Extensions need not (and should not) register paths in $wgResourceLoaderLESSImportPaths. The import path includes the path of the currently compiling LESS file, which allows each extension to freely import files from its own tree.