Package Exports
- highlight.js-js-styles
- highlight.js-js-styles/dist/styles/default-style
- highlight.js-js-styles/dist/styles/docco
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 (highlight.js-js-styles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
highlight.js-js-styles
all of highlight.js css stylesheets available as javascript objects
use
npm i highlight.js-js-styles --save
import { docco } from "highlight.js-js-styles";Then a javascript object will be available with highlight.js classNames serving as keys into the object.