mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00

* 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)
12 lines
210 B
JavaScript
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'
|
|
};
|