Skip to content

Commit 8ee6f3e

Browse files
committed
chore: updating emtion
1 parent f5741fe commit 8ee6f3e

File tree

3 files changed

+585
-8744
lines changed

3 files changed

+585
-8744
lines changed

docs/examples/css-in-js.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
---
1313

1414
import { LiveExample } from "../../lib/liveExample.js";
15-
import { css } from 'emotion';
15+
import { css } from '@emotion/css';
1616

1717
You can use any CSS-in-JS frameworks with Grid.js. In this example, we are using [Emotion](https://emotion.sh/) to style
1818
our Grid.js instance.
@@ -24,7 +24,7 @@ our Grid.js instance.
2424
Import your favorite CSS-in-JS tool first:
2525

2626
```js
27-
import { css } from 'emotion';
27+
import { css } from '@emotion/css';
2828
```
2929

3030
And then use the `className` config to connect them together:

0 commit comments

Comments
 (0)