@webboot/magic-theme
v0.0.7
Published
this is the foundational theme for all @webboot pages
Downloads
4
Maintainers
Readme
@webboot/magic-theme
the @magic-theme for @webboot. shared between all @webboot pages to get a unified color scheme and page layout
install:
npm install --save --save-exact @webboot/magic-theme
usage:
import:
// 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.
changelog
0.0.1
first release
0.0.2
remove margin 0 from .Menu on tablet width
0.0.3
this theme now extends @magic-themes/project.
0.0.4
export state from theme.
0.0.5
bump required node version to 14.2.0
0.0.6
add NoSpy styles
0.0.7
all dependencies are devdependencies
0.0.8 - unreleased
...