Skip to content

Commit

Permalink
Merge pull request #1 from mui/oliviertassinari-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Jul 5, 2024
2 parents 44f4627 + 78d7661 commit 60c8dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Your goal would be to transform the `styled` and the `sx` calls into a valid CSS

```jsx
import { styled } from '@pigment-css/react';
import 'styles.css';
import './styles.css';

const Div = styled('div')({
className: 'hashed-string1'
Expand Down

0 comments on commit 60c8dd7

Please sign in to comment.