https://github.com/fantasyui-com/gogh
Build system for awesome backgrounds in CSS [CLI, Build, PostCSS]
https://github.com/fantasyui-com/gogh
Last synced: 8 months ago
JSON representation
Build system for awesome backgrounds in CSS [CLI, Build, PostCSS]
- Host: GitHub
- URL: https://github.com/fantasyui-com/gogh
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2018-06-07T23:53:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T23:52:49.000Z (almost 5 years ago)
- Last Synced: 2025-08-09T07:23:03.437Z (10 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gogh
Build system for awesome backgrounds in CSS [CLI, Build, PostCSS]
## Example
gogh --import --file import.json > style.json ;
gogh --merge --file import-verticals.json > style2.json;
mv style2.json style.json;
gogh --compile > style.css
## Notes
Given properly formatted gradient information in style.json create style.css,
and a preview of all CSS backgrounds inside (index.html)
This will be GH_PAGES friendly by default.
It will use parcel for ES6 behind index.html
It will use PostCSS for prefixes.
It will check for empty JSON and existence of style.txt