diff --git a/.changeset/olive-rules-press.md b/.changeset/olive-rules-press.md new file mode 100644 index 0000000000..fd0d3a6078 --- /dev/null +++ b/.changeset/olive-rules-press.md @@ -0,0 +1,5 @@ +--- +'@backstage/ui': minor +--- + +**BREAKING** Restructure Backstage UI component styling to use CSS Modules instead of pure CSS. We don't expect this to be an issue in practice but it is important to call out that all styles are now loaded through CSS modules with generated class names. We are still providing fixed class names for all components to allow anyone to style their Backstage instance.