Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ideyuta/zenigame

[DEPRECATED] Use it PostCSS.
https://github.com/ideyuta/zenigame

Last synced: 8 days ago
JSON representation

[DEPRECATED] Use it PostCSS.

Awesome Lists containing this project

README

        

# zenigame

## Description

zenigame is CSS Framework.
**Under development.**

## Installation

```
$ npm i zenigame
```

## Usage

1. import zenigame

```styl
// base.styl

@import 'zenigame'
```

2. sholuld compile stylus

```
$ npm i stylus
```

```js
// package.json

scripts: {
"build:css": "stylus -c base.styl --include-css -I node_modules -o dist/base.css"
}
```