Allow importing of LESS from MediaWiki.UI
[lhc/web/wiklou.git] / resources / src / mediawiki.ui / components / utilities.less
1 // Generic helper classes that could be used in many elements/layouts
2
3 // --------------------------------------------------------------------------
4 // Positioning
5 // --------------------------------------------------------------------------
6
7 @import "mediawiki.ui/mixins/utilities";
8
9 .mw-ui-flush-left {
10 .agora-flush-left();
11 }
12
13 .mw-ui-flush-right {
14 .agora-flush-right();
15 }
16
17 .mw-ui-center-block {
18 .agora-center-block();
19 }