From 9d4bb78aea846b5600fa037fae82bd93dab1fda4 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 00000000000..021502d52d9 --- /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`.