From 612b0929b3b03b91fa5c858124be27fa5f8c359e Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 9 Oct 2023 15:56:53 -0700 Subject: [PATCH] changelog --- upcoming_changelogs/7272.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 upcoming_changelogs/7272.md diff --git a/upcoming_changelogs/7272.md b/upcoming_changelogs/7272.md new file mode 100644 index 000000000000..021502d52d98 --- /dev/null +++ b/upcoming_changelogs/7272.md @@ -0,0 +1,3 @@ +**CSS-in-JS conversions** + +- Reduced default CSS prefixes generated by Emotion to only browsers supported by EUI (latest evergreen browsers). This can be customized by passing your own Emotion cache to `EuiProvider`.