JSPM

gatsby-code-titles-dracula

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q51613F
  • License ISC

Dracula code titles theme for Gatsby

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

Gatsby

Dracula code titles theme for Gatsby

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.

PRs are welcome :octocat: