Skip to content

Commit

Permalink
Use correct casing for CSS, fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Apr 24, 2024
1 parent 12a3624 commit 813055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default App;

For applications, the large text and ample white space of the theme can be counterproductive.
That’s why there is a compact mode.
To use the compact mode, import the compact css **after** theme css, like so:
To use the compact mode, import the compact CSS **after** the theme CSS, like so:

```javascript
import "@amsterdam/design-system-tokens/dist/index.css";
Expand Down

0 comments on commit 813055b

Please sign in to comment.