We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a620eaf commit ea8bc3cCopy full SHA for ea8bc3c
.gitignore
@@ -2,7 +2,7 @@
2
node_modules/
3
4
# Build output
5
-./darcula.css
+/darcula.css
6
7
# JetBrains
8
.idea/
README.md
@@ -23,7 +23,7 @@ This theme can be used in Gatsby with [gatsby-remark-prismjs]. Simply install th
23
npm install prismjs-darcula-theme
24
```
25
26
-Add this line in `gatsby-browser.js`:
+And add this line in `gatsby-browser.js`:
27
28
```js
29
import 'prismjs-darcula-theme/darcula.css';
package.json
@@ -17,7 +17,8 @@
17
"css",
18
"scss",
19
"style",
20
- "dark"
+ "dark",
21
+ "gatsby"
22
],
"author": "@LucaScorpion",
"repository": "github:LucaScorpion/prismjs-darcula-theme",
0 commit comments