mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Add bolilerplate sass for Kibana core
This commit is contained in:
parent
86aa90a337
commit
44e4452056
4 changed files with 9 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -42,3 +42,4 @@ package-lock.json
|
|||
.vscode
|
||||
npm-debug.log*
|
||||
.tern-project
|
||||
index.css
|
||||
|
|
|
@ -68,6 +68,7 @@ export default function (kibana) {
|
|||
listed: false,
|
||||
description: 'the kibana you know and love',
|
||||
main: 'plugins/kibana/kibana',
|
||||
styleSheetPath: `${__dirname}/public/index.scss`,
|
||||
},
|
||||
|
||||
links: [
|
||||
|
|
1
src/core_plugins/kibana/public/index.scss
Normal file
1
src/core_plugins/kibana/public/index.scss
Normal file
|
@ -0,0 +1 @@
|
|||
@import '../../../../src/ui/public/styles/styling_constants';
|
6
src/ui/public/styles/_styling_constants.scss
Normal file
6
src/ui/public/styles/_styling_constants.scss
Normal file
|
@ -0,0 +1,6 @@
|
|||
// EUI global scope
|
||||
@import '../../../../node_modules/@elastic/eui/src/themes/k6/k6_globals';
|
||||
@import '../../../../node_modules/@elastic/eui/src/themes/k6/k6_colors_light';
|
||||
@import '../../../../node_modules/@elastic/eui/src/global_styling/functions/index';
|
||||
@import '../../../../node_modules/@elastic/eui/src/global_styling/variables/index';
|
||||
@import '../../../../node_modules/@elastic/eui/src/global_styling/mixins/index';
|
Loading…
Add table
Add a link
Reference in a new issue