Skip to content

Commit 9d59524

Browse files
authoredSep 15, 2022
[styleguide] update path to scss theme (elastic#140742)
1 parent 5f95f58 commit 9d59524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎STYLEGUIDE.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Doing so ensures the styles are never separated or lost on import and allows
630630
for better modularization (smaller individual plugin asset footprint).
631631
632632
All SASS (.scss) files will automatically build with the [EUI](https://elastic.github.io/eui/#/guidelines/sass)
633-
& Kibana invisibles (SASS variables, mixins, functions) from the [`globals_[theme].scss` file](src/core/public/core_app/styles/_globals_v8light.scss).
633+
& Kibana invisibles (SASS variables, mixins, functions) from the [`globals_[theme].scss` file](src/core/public/styles/core_app/_globals_v8light.scss).
634634
635635
While the styles for this component will only be loaded if the component exists on the page,
636636
the styles **will** be global and so it is recommended to use a three letter prefix on your

0 commit comments

Comments
 (0)
Please sign in to comment.