added backup and email client

This commit is contained in:
2026-02-01 00:02:35 +01:00
parent ef18381dd8
commit 8c9e61cf17
210 changed files with 24211 additions and 742 deletions
@@ -0,0 +1 @@
import{cssPropertyAlias as $,cssPropertyPrefixFlags as t,cssValuePrefixFlags as o}from"style-vendorizer";function e(e,n){let r="";const m=$(e);m&&(r+=`${m}:${n};`);const s=t(e);1&s&&(r+=`-webkit-${e}:${n};`),2&s&&(r+=`-moz-${e}:${n};`),4&s&&(r+=`-ms-${e}:${n};`);const i=o(e,n);return 1&i?r+=`${e}:-webkit-${n};`:2&i?r+=`${e}:-moz-${n};`:4&i&&(r+=`${e}:-ms-${n};`),r+=`${e}:${n};`,r}export{e as prefix};