Toggle search
Search
Toggle menu
notifications
Toggle personal menu
MediaWiki
:
Common.less
MediaWiki interface page
Views
Read
View source
View history
associated-pages
Message
Discussion
More actions
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;
test {
width: @width; height: @height;
}