Package Exports
- mdcss-theme-github
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 (mdcss-theme-github) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
GitHub
GitHub is a Github-flavored theme for mdcss.
Usage
Add mdcss and [mdcss-theme-github] to your build tool:
npm install mdcss --save-dev
npm install mdcss-theme-github --save-devNode
require('mdcss')({
theme: require('mdcss-theme-github')({ /* options */ })
}).process(YOUR_CSS);Options
template
Type: String
Default: 'main'
The template within the mdcss theme you would like to use.
index
Type: String
Default: 'index.html'
The filename of the main file you would like generated inside the style guide directory.