Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakofranko/mdcss-theme-macian

An mdcss theme for the Macian CSS framework
https://github.com/jakofranko/mdcss-theme-macian

Last synced: 12 days ago
JSON representation

An mdcss theme for the Macian CSS framework

Awesome Lists containing this project

README

        

# Macian

[![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