mirror of
https://github.com/elastic/kibana.git
synced 2025-04-16 22:21:06 -04:00
[styleguide] update path to scss theme (#140742)
This commit is contained in:
parent
5f95f58143
commit
9d5952436c
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ Doing so ensures the styles are never separated or lost on import and allows
|
|||
for better modularization (smaller individual plugin asset footprint).
|
||||
|
||||
All SASS (.scss) files will automatically build with the [EUI](https://elastic.github.io/eui/#/guidelines/sass)
|
||||
& Kibana invisibles (SASS variables, mixins, functions) from the [`globals_[theme].scss` file](src/core/public/core_app/styles/_globals_v8light.scss).
|
||||
& Kibana invisibles (SASS variables, mixins, functions) from the [`globals_[theme].scss` file](src/core/public/styles/core_app/_globals_v8light.scss).
|
||||
|
||||
While the styles for this component will only be loaded if the component exists on the page,
|
||||
the styles **will** be global and so it is recommended to use a three letter prefix on your
|
||||
|
|
Loading…
Add table
Reference in a new issue