mdcss-theme-aviatur
v2.4.6
Published
Just another theme for mdcss
Downloads
12
Readme
mdcss Aviatur
mdcss Aviatur is a theme for mdcss, forked from mdcss Github.
Usage
Add mdcss and mdcss Aviatur to your build tool:
npm install mdcss mdcss-theme-aviatur --save-dev
Whenever mdcss is used, reference this theme.
require('mdcss')({
theme: require('mdcss-theme-aviatur')({ /* options */ })
})