Files
Ross Gerbasi 7e50219d24 fix(theme-builder): update theme builder and core styles (#13997)
* 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)

* Theme Builder Updates
- Settings for auto generation
- updated to 10 steps per background/ext
- general cleanup
- added instructions
- re-worked shade/tint to mix black and white instead of lighten/darken
- scoped cssText into component
- apply theme to theme builder also to style internal buttons

SCSS Updates
- added 10 steps to reach platform
- updated SCSS to use same mix and color methods as theme builder

* material design color step fix

* readme files

fixes #13985 fixes #13986
2018-02-09 16:13:08 -05: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