JSPM

gatsby-syntax-highlights-dracula

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

Dracula syntax highlighting theme for Gatsby

Package Exports

  • gatsby-syntax-highlights-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-syntax-highlights-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 syntax highlighting theme for Gatsby

Gatsby

Dark syntax highlighting theme for gatsby-remark-prismjs plugin.

Installation

npm install gatsby-syntax-highlights-dracula
// gatsby-browser.js
import 'gatsby-syntax-highlights-dracula';

FAQ

By default gatsby-syntax-highlights-dracula uses Sass. To switch to CSS version of the plugin add:

// gatsby-browser.js
import 'gatsby-syntax-highlights-dracula/styles.css';

PRs are welcome :octocat: