the @magic-theme for @webboot. shared between all @webboot pages to get a unified color scheme and page layout
npm install --save --save-exact @webboot/magic-theme
// config.mjs:
export default {
//... other config
THEME: '@webboot/magic-theme',
// multiple themes
// THEME: [...other themes, '@webboot/magic-theme'],
}
@magic will then import and use the theme automagically.
first release
remove margin 0 from .Menu on tablet width
this theme now extends @magic-themes/project.
export state from theme.
bump required node version to 14.2.0
add NoSpy styles
all dependencies are devdependencies
...