UNPKG

mdcss-theme-macian

Version:
33 lines (22 loc) 858 B
# Macian <img align="right" width="96" height="96" src="https://i.imgur.com/3rqeZXi.png" title="logo of mdcss"> [![NPM Version][npm-img]][npm] [![Build Status][ci-img]][ci] Macian is a theme for [mdcss]. ## Usage Add [mdcss] and [Macian] to your build tool: ```bash npm install mdcss --save-dev npm install mdcss-theme-macian --save-dev ``` Whenever [mdcss] is used, reference this theme. ```js require('mdcss')({ theme: require('mdcss-theme-macian')({ /* options */ }) }) ``` [ci]: https://travis-ci.org/jakofranko/mdcss-theme-macian [ci-img]: https://img.shields.io/travis/jakofranko/mdcss-theme-macian.svg [npm]: https://www.npmjs.com/package/mdcss-theme-macian [npm-img]: https://img.shields.io/npm/v/mdcss-theme-macian.svg [mdcss]: https://github.com/jonathantneal/mdcss [Macian]: https://github.com/jakofranko/mdcss-theme-macian