mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Revert "Delete imports/references to EUI's distributed .css
files (#194082)"
This reverts commit 9956c9a116
.
This commit is contained in:
parent
dbbbde8837
commit
b79dee5ec1
3 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,8 @@ module.exports = (_, argv) => {
|
|||
'tslib',
|
||||
'uuid',
|
||||
],
|
||||
'kbn-ui-shared-deps-npm.v8.dark': ['@elastic/eui/dist/eui_theme_dark.css'],
|
||||
'kbn-ui-shared-deps-npm.v8.light': ['@elastic/eui/dist/eui_theme_light.css'],
|
||||
},
|
||||
context: __dirname,
|
||||
devtool: 'cheap-source-map',
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
export * from './api';
|
||||
import '@kbn/core-apps-server-internal/assets/legacy_light_theme.css';
|
||||
import '../public/style/index.scss';
|
||||
import '@elastic/eui/dist/eui_theme_light.css';
|
||||
|
|
|
@ -9,6 +9,7 @@ import React, { useState } from 'react';
|
|||
import { EuiResizableContainer } from '@elastic/eui';
|
||||
import { StateChange } from './components/state_change';
|
||||
|
||||
import '@elastic/eui/dist/eui_theme_light.css';
|
||||
import './panel.css';
|
||||
|
||||
import { RecordedAction } from './types';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue