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:
jdlrobson 2020-07-07 13:16:36 -07:00 committed by Jdlrobson
parent 4ae06bff0a
commit 04bcd93adf
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
@import '../../variables.less';
@import 'mediawiki.mixins.less';
@import './layout.less';
.mw-logo {
.flex-display();