0fe9a86271
For now, only define: - @font-family-sans - @border-radius-base Bug: T112747 Depends-On: Icf86c930a3b5524254bb549624737d3b9dccb032 Change-Id: I000f319ab31b711c107e9e0dc2c29b93b761dc82
11 lines
250 B
Text
11 lines
250 B
Text
/**
|
|
* This file is a LESS import match for "mediawiki.skin.variables.less"
|
|
* when MonoBook is the active skin.
|
|
*/
|
|
|
|
@import 'mediawiki.skin.defaults.less';
|
|
|
|
@font-family-sans: sans-serif;
|
|
|
|
// Matches OOUI's Apex theme.
|
|
@border-radius-base: 0.25em;
|