/mdcss-theme-macian

An mdcss theme for the Macian CSS framework

Primary LanguageEJS

Macian

NPM Version Build Status

Macian is a theme for mdcss.

Usage

Add mdcss and Macian to your build tool:

npm install mdcss --save-dev
npm install mdcss-theme-macian --save-dev

Whenever mdcss is used, reference this theme.

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