MediaWiki:Common.less: Difference between revisions

From Freephile Wiki
Created page with "/* ============================================================================= * This is the root Less file that is parsed to produce MediaWiki:Common.css. * * These styles will be applied to all skins (desktop and mobile). * ----------------------------------------------------------------------------- * Less documentation: <http://lesscss.org/features/> * Online Less tester: <https://lesscss.org/less-preview/> * ======================================..."
 
Admin changed the content model of the page MediaWiki:Common.less from "wikitext" to "CSS"
 
(No difference)

Latest revision as of 14:00, 14 November 2025

/* =============================================================================
 * This is the root Less file that is parsed to produce [[MediaWiki:Common.css]].
 * 
 * These styles will be applied to all skins (desktop and mobile).
 * -----------------------------------------------------------------------------
 * Less documentation:    <http://lesscss.org/features/>
 * Online Less tester:    <https://lesscss.org/less-preview/>
 * ============================================================================= */

@import 'mediawiki.skin.variables.less';

.my-feature {
    a {
        .cdx-mixin-link-base();
    }
}