JSPM

gatsby-line-highlights-dracula

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q58576F
  • License ISC

Dracula line highlighting theme for Gatsby

Package Exports

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

Gatsby

Dark line highlights theme for gatsby-remark-prismjs.

Installation

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

FAQ

  • By default gatsby-line-highlights-dracula uses Sass. To switch to CSS version of the plugin add:
// gatsby-browser.js
import 'gatsby-line-highlights-dracula/styles.css';
  • To show line highlights refer to gatsby-remark-prismjs examples.

PRs are welcome :octocat: