Package Exports
- gatsby-code-titles-dracula
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gatsby-code-titles-dracula) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Dracula code titles theme for Gatsby
Dark code titles theme for gatsby-remark-prismjs
plugin.
Installation
npm install gatsby-code-titles-dracula
// `gatsby-browser.js`
import 'gatsby-code-titles-dracula';
FAQ
- By default
gatsby-code-titles-dracula
uses Sass. To switch to CSS version of the plugin add:
// gatsby-browser.js
import 'gatsby-code-titles-dracula/styles.css';
- To add custom class names refer to
gatsby-remark-code-titles
documentation.
Related projects
- gatsby-prismjs-dracula-theme
- gatsby-line-hightlights-dracula
- gatsby-line-numbers-dracula
- gatsby-syntax-highlights-dracula
- gatsby-code-buttons-dracula
PRs are welcome :octocat: