MediaWiki:Common.less

MediaWiki interface page
Revision as of 08:16, 31 January 2024 by ProbablePrime (talk | contribs) (Created page with "@width: 10px; @height: @width + 10px; #test { width: @width; height: @height; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

@width: 10px; @height: @width + 10px;

  1. test {
 width: @width;
 height: @height;

}