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

https://github.com/sassy/postcss-momocss

The name of Momoiro Clover Z members are representing the color.
https://github.com/sassy/postcss-momocss

momoclo momoiro-clover momoiro-clover-z postcss

Last synced: 5 months ago
JSON representation

The name of Momoiro Clover Z members are representing the color.

Awesome Lists containing this project

README

          

# [postcss][postcss]-momocss
[![Build Status](https://travis-ci.org/sassy/postcss-momocss.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-momocss.svg)][npm] [![Dependency Status](https://gemnasium.com/sassy/postcss-momocss.svg)][deps]

> Transform CSS with PostCSS.

The name of Momoiro Clover Z members are representing the color.
following:

membervalue

kanakored

shioriyellow

ayakapink

renipurple

## Install

With [npm](https://npmjs.org/package/postcss-momocss) do:

```
npm install postcss-momocss --save
```

## Example

### Input

```css
h1 {
color: kanako;
}
```

### Output

```css
h1{color:red}
```

## Usage

See the [PostCSS documentation](https://github.com/postcss/postcss#usage) for
examples for your environment.

## Contributing

Pull requests are welcome. If you add functionality, then please add unit tests
to cover it.

## License

MIT © [Satoshi Watanabe](https://github.com/sassy/momocss)

[ci]: https://travis-ci.org/sassy/postcss-momocss
[deps]: https://gemnasium.com/sassy/postcss-momocss
[npm]: http://badge.fury.io/js/postcss-momocss
[postcss]: https://github.com/postcss/postcss