removes unused less styles (#23759)

This commit is contained in:
Ryan Keairns 2018-10-10 05:05:14 -05:00 committed by GitHub
parent c6911d43d9
commit 665c26606e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 10 deletions

View file

@ -12,7 +12,6 @@ import { Notifier, toastNotifications } from 'ui/notify';
import { PipelineEditor } from '../../../../components/pipeline_editor';
import 'plugins/logstash/services/license';
import 'plugins/logstash/services/security';
import './pipeline_edit.less';
import 'ace';
const app = uiModules.get('xpack/logstash');

View file

@ -1,9 +0,0 @@
@import (reference) "~ui/styles/variables";
@import (reference) "~ui/styles/mixins";
@import (reference) "~ui/styles/theme";
pipeline-edit {
.pipeline-editor {
border: 1px solid #ecf0f1;
}
}