mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* Updating everything except the license headers themselves * Applying ESLint rules * Manually replacing the stragglers
13 lines
613 B
JavaScript
13 lines
613 B
JavaScript
/*
|
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
* 2.0; you may not use this file except in compliance with the Elastic License
|
|
* 2.0.
|
|
*/
|
|
|
|
// This file defines CSS and Legacy style contexts for use in the DLL. This file
|
|
// is also require'd in the Storybook config so that the Storybook Webpack instance
|
|
// is aware of them, and can load them from the DLL.
|
|
|
|
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
|
|
require('../../../../src/core/server/core_app/assets/legacy_light_theme.css');
|