From 05d40ee1a8eb480430be09ebf33bf07f7802f7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Coletta?= Date: Mon, 6 Jul 2026 14:21:39 +0200 Subject: [PATCH] feat(WW-3544): Export image style CSS variables - move image aspect ratio and visual vars to CSS config - remove inline component style bridge --- src/wwElement.vue | 29 ++++------------------------- ww-config.js | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/src/wwElement.vue b/src/wwElement.vue index 9eec76a..9c03e8f 100644 --- a/src/wwElement.vue +++ b/src/wwElement.vue @@ -4,7 +4,6 @@ v-bind="properties" class="ww-image-basic" ww-responsive="ww-image-basic" - :style="style" :class="{ '-link': hasLink && !isEditing }" >
@@ -14,9 +13,6 @@