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)
This commit is contained in:
Ross Gerbasi
2018-02-08 08:17:23 -06:00
committed by Adam Bradley
parent 9e8a0c127a
commit cdba38d004
29 changed files with 1811 additions and 390 deletions

View File

@ -8,4 +8,4 @@ exports.devServer = {
root: '../../',
watchGlob: 'src/**',
openUrl: '/theme-builder'
}
};