Skip to content

Commit

Permalink
[SharedUX] Remove SCSS from kibana_react (elastic#204497)
Browse files Browse the repository at this point in the history
## Summary

Part of elastic/kibana-team#1082

Removes all Sass files in `src/plugins/kibana_react` to replace with
styles declared with Emotion. This PR does not include any changes that
would be noticeable by end-users. It changes the internals to use a
different technology for styling components.

## References
1. https://emotion.sh/docs/globals
2. https://emotion.sh/docs/best-practices
3.
elastic/eui#6828 (comment)
  • Loading branch information
tsullivan authored and CAWilson94 committed Jan 10, 2025
1 parent aef03d6 commit 17906d6
Show file tree
Hide file tree
Showing 17 changed files with 62 additions and 690 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

export { KibanaPageTemplateSolutionNavAvatar, KibanaPageTemplateSolutionNav } from './solution_nav';
export { KibanaPageTemplateSolutionNavAvatar } from './solution_nav';
export * from './no_data_page';

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@
* License v3.0 only", or the "Server Side Public License, v 1".
*/

export type { KibanaPageTemplateSolutionNavProps } from './solution_nav';
export { KibanaPageTemplateSolutionNav } from './solution_nav';
export type { KibanaPageTemplateSolutionNavAvatarProps } from './solution_nav_avatar';
export { KibanaPageTemplateSolutionNavAvatar } from './solution_nav_avatar';
export type { KibanaPageTemplateSolutionNavCollapseButtonProps } from './solution_nav_collapse_button';
export { KibanaPageTemplateSolutionNavCollapseButton } from './solution_nav_collapse_button';

This file was deleted.

Loading

0 comments on commit 17906d6

Please sign in to comment.