0.0.7 • Published 4 years ago

@webboot/magic-theme v0.0.7

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
4 years ago

@webboot/magic-theme

the @magic-theme for @webboot. shared between all @webboot pages to get a unified color scheme and page layout

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge Known Vulnerabilities

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

...

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago