Skip to content

Commit

Permalink
Update poor-ghosts-jump.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Aug 9, 2024
1 parent 9baf1f0 commit 7afb4be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .changeset/poor-ghosts-jump.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
'@graphiql/plugin-code-exporter': major
'@graphiql/plugin-explorer': major
---

`style.css` import was changed

## Migration

```diff
-import '@graphiql/plugin-code-exporter/dist/style.css';
+import '@graphiql/plugin-code-exporter/style.css';
-import '@graphiql/plugin-explorer/dist/style.css';
+import '@graphiql/plugin-explorer/style.css';
```

0 comments on commit 7afb4be

Please sign in to comment.