Imported from Mediawiki default skin

This commit is contained in:
Diskette Guy
2025-07-18 00:19:23 +07:00
parent 293b08e647
commit 38d050cca0
35 changed files with 7825 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// Reference all skin stylesheets and variables aside of extension specific.
// Note, that 'screen-*' and 'print.css' stylesheets are imported in 'common.less'.
// Import MediaWiki skin variables for general fundamental styling.
@import 'mediawiki.skin.variables.less';
// Import skin specific variables beyond MediaWiki skin variables scope.
@import 'variables.less';
// Import common skin style rules.
@import 'common.less';
// Import specific module style rules.
@import 'Portlet.less';