Files
Ross Gerbasi cdba38d004 feat(themes): theme builder app updates
* theme-builder wip

* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)
2018-02-08 08:17:23 -06:00
..
2017-12-28 14:58:20 -06:00
2017-12-21 12:04:33 -06:00

Theme Builder

CD to core package:

cd packages/core

Pull latest:

git pull --rebase

NPM Install

npm install

Run Theme Builder

npm run theme-builder

Open Theme Builder App

http://localhost:3333/theme-builder

Github App: Commit CSS changes using this format:

feat(theme): create oceanic theme
refactor(theme): update default theme

Pull the latest again for good measure:

git pull --rebase

Github App: Push to Origin