0.0.3 • Published 3 years ago

@magic-themes/slides v0.0.3

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

@magic-themes/slides

foundational @magic-theme for presentation slides.

pages this theme is used on: @magic

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

install:

npm install --save --save-exact @magic-themes/slides

usage:

import:
// config.mjs:

export default {
  //... other config
  THEME: 'slides',

  // multiple themes
  // THEME: [...other themes, 'slides'],
}

@magic will then import and use the theme automagically.

overwrite

you can overwrite any style in this theme with your own.

create /assets/themes/slides/index.mjs, any css there will overwrite the theme css

changelog

0.0.1

first release

0.0.2

bump required node version to 14.15.4

0.0.3
  • update dependencies
0.0.4 - unreleased

...