Skip to content

Commit 6ff0b7d

Browse files
authoredJul 13, 2023
Migrate components to CSS Modules (#2163)

File tree

434 files changed

+10822
-58836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

434 files changed

+10822
-58836
lines changed
 

‎.changeset/brave-bikes-nail.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sumup/icons': patch
3+
---
4+
5+
Fixed the `IconsManifest` type.

‎.changeset/lucky-monkeys-arrive.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@sumup/circuit-ui': major
3+
---
4+
5+
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).
6+
7+
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.
8+
9+
The CSS file includes the base styles, so the BaseStyles component has been removed.
10+
11+
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 commit comments

Comments
 (0)
Please sign in to comment.