https://github.com/dafrok/css-color-playground
Easily transforming & copy your CSS color to other formats.
https://github.com/dafrok/css-color-playground
Last synced: 6 months ago
JSON representation
Easily transforming & copy your CSS color to other formats.
- Host: GitHub
- URL: https://github.com/dafrok/css-color-playground
- Owner: Dafrok
- Created: 2016-07-20T09:39:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T06:40:30.000Z (over 1 year ago)
- Last Synced: 2025-05-12T16:42:46.322Z (about 1 year ago)
- Language: Pug
- Homepage: https://dafrok.github.io/css-color-playground/
- Size: 145 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CSS Color Playground
Based on [color-factory](https://www.npmjs.com/package/color-factory)
## Develop
```
$ sudo npm i -g pug-cli stylus rollup browser-sync onchange
$ npm i
$ npm update
$ npm run dev
```
## Build
```
$ npm run build
```