Updated Architecture (markdown)

antelle 2020-01-27 18:28:29 +01:00
parent 39f4c1c0bf
commit 70cadea86e
1 changed files with 3 additions and 1 deletions

@ -89,4 +89,6 @@ The app is built on our own [micro-framework](https://github.com/keeweb/keeweb/t
Views are built on [Handlebars.js](https://handlebarsjs.com) and rendered with [morphdom](https://github.com/patrick-steele-idem/morphdom), which gives us a possibility to re-render them without losing input state.
SCSS styles are using [Bourbon](https://www.bourbon.io) as a framework. We have our own [theme engine](https://github.com/keeweb/keeweb/tree/master/app/styles/themes) that supports switching themes with CSS custom properties.
SCSS styles are using [Bourbon](https://www.bourbon.io) as a framework. We have our own [theme engine](https://github.com/keeweb/keeweb/tree/master/app/styles/themes) that supports switching themes with CSS custom properties.
Desktop apps are launched with Electron.