Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ideyuta/zenigame
- Owner: ideyuta
- License: mit
- Created: 2014-03-17T11:22:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T22:34:11.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T01:08:17.884Z (about 1 month ago)
- Language: CSS
- Homepage: http://ideyuta.com/zenigame/
- Size: 809 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
```