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

12 lines
210 B
JavaScript

exports.config = {
globalStyle: 'src/global/app.css',
wwwDir: '../../theme-builder',
serviceWorker: false
};
exports.devServer = {
root: '../../',
watchGlob: 'src/**',
openUrl: '/theme-builder'
};