From c858c15abf6a181bbf7b037d5a0f20c9e6d6efe8 Mon Sep 17 00:00:00 2001 From: ajiho Date: Thu, 7 Aug 2025 01:52:07 +0800 Subject: [PATCH] fix: missing return value for css method Signed-off-by: ajiho --- entries/css.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/entries/css.xml b/entries/css.xml index 85a304e8..1716170f 100644 --- a/entries/css.xml +++ b/entries/css.xml @@ -1,7 +1,9 @@ Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element. - + + + .css() 1.0