mdcss-theme-sapper

<img align="right" width="96" height="96" src="https://i.imgur.com/3rqeZXi.png" title="logo of mdcss">


Keywords
mdcss, mdcss-theme, theme
License
CC0-1.0
Install
npm install mdcss-theme-sapper@1.0.131

Documentation

sapper

NPM Version Build Status

sapper is a theme for mdcss.

Usage

Add mdcss and sapper to your build tool:

npm install mdcss --save-dev
npm install mdcss-theme-sapper --save-dev

Whenever mdcss is used, reference this theme.

require('mdcss')({
	theme: require('mdcss-theme-sapper')({ /* options */ })
})