Skip to content

Commit

Permalink
Add changeset for CSS Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jul 11, 2023
1 parent c7f4ded commit e11025e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/lucky-monkeys-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@sumup/circuit-ui': major
---

Migrated all [stable](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs) components from [Emotion.js](https://github.com/emotion-js/emotion) to [CSS Modules](https://github.com/css-modules/css-modules).

The styles are bundled and exported as a single CSS file as `@sumup/circuit-ui/styles.css`. Refer to your framework's documentation on how to include the styles globally in your application.

The CSS file includes the base styles, so the BaseStyles component has been removed.

If you are only importing [stable](https://circuit.sumup.com/?path=/docs/introduction-component-lifecycle--docs) components and aren't using Emotion.js in your app, you can remove all Emotion.js-related dependencies.

0 comments on commit e11025e

Please sign in to comment.