项目作者: iamskok

项目描述 :
Dracula Line Highlights Theme 🦇
高级语言: CSS
项目地址: git://github.com/iamskok/gatsby-line-highlights-dracula.git
创建时间: 2019-01-19T11:47:09Z
项目社区:https://github.com/iamskok/gatsby-line-highlights-dracula

开源协议:

下载




Gatsby



Dracula line highlights theme for Gatsby



Gatsby


Dark line highlights theme for gatsby-remark-prismjs.

Installation

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

FAQ

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

PRs are welcome :octocat: