Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jakofranko/mdcss-theme-macian
- Owner: jakofranko
- Created: 2022-03-07T04:31:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T02:23:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T22:46:44.629Z (about 1 month ago)
- Language: EJS
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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