diff --git a/owl.js b/owl.js index b3759f1a..bd87771e 100644 --- a/owl.js +++ b/owl.js @@ -2853,7 +2853,7 @@ else if (!name.startsWith("t-")) { if (name !== "class" && name !== "style") { // this is a prop! - props[name] = ctx.formatExpression(value); + props[name] = ctx.formatExpression(value) || "undefined"; } } } @@ -3472,6 +3472,59 @@ return result; } + /** + * Owl Style System + * + * This files contains the Owl code related to processing (extended) css strings + * and creating/adding