mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Logo shouldn't import layout
This explains a few issues that were occuring in the storybook
relating to modern/legacy.
Follow up to 5195f5fd6
which doesn't reference why.
Components should not import styles relating to one of the Vector
versions. They should all be self contained.
Change-Id: I6f9ef974be97f8be593cd2b79ce37c3e517d549f
This commit is contained in:
parent
4ae06bff0a
commit
04bcd93adf
|
@ -1,6 +1,5 @@
|
|||
@import '../../variables.less';
|
||||
@import 'mediawiki.mixins.less';
|
||||
@import './layout.less';
|
||||
|
||||
.mw-logo {
|
||||
.flex-display();
|
||||
|
|
Loading…
Reference in a new issue