first commit

This commit is contained in:
2026-06-24 09:48:54 +02:00
commit 41e62ddcad
33739 changed files with 4266226 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
var e=require("style-vendorizer");exports.prefix=function(s,$){let r="";const t=e.cssPropertyAlias(s);t&&(r+=`${t}:${$};`);const o=e.cssPropertyPrefixFlags(s);1&o&&(r+=`-webkit-${s}:${$};`),2&o&&(r+=`-moz-${s}:${$};`),4&o&&(r+=`-ms-${s}:${$};`);const i=e.cssValuePrefixFlags(s,$);return 1&i?r+=`${s}:-webkit-${$};`:2&i?r+=`${s}:-moz-${$};`:4&i&&(r+=`${s}:-ms-${$};`),r+=`${s}:${$};`,r};