This is an automated email from the ASF dual-hosted git repository.

hiedra pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 117efcb905 Jewel: Update version  dart-sass-maven-plugin artifactId 
from 0.3.0 to 1.3.1 version
117efcb905 is described below

commit 117efcb905f653ca996b26b619920bcdd3ea708d
Author: mjesteve <[email protected]>
AuthorDate: Fri Jun 7 11:00:17 2024 +0200

    Jewel: Update version  dart-sass-maven-plugin artifactId from 0.3.0 to 
1.3.1 version
---
 frameworks/projects/Jewel/pom.xml                         | 2 +-
 frameworks/projects/Jewel/src/main/resources/defaults.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/pom.xml 
b/frameworks/projects/Jewel/pom.xml
index 67189c3905..031bdd86e8 100644
--- a/frameworks/projects/Jewel/pom.xml
+++ b/frameworks/projects/Jewel/pom.xml
@@ -70,7 +70,7 @@
       <plugin>
         <groupId>io.github.cleydyr</groupId>
         <artifactId>dart-sass-maven-plugin</artifactId>
-        <version>0.3.0</version>
+        <version>1.3.1</version>
         <configuration>
           <inputFolder>${basedir}/src/main/sass</inputFolder>
           <outputFolder>${basedir}/src/main/resources</outputFolder>
diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 259886a350..f282d61b9b 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -3810,7 +3810,7 @@ j|HSlider {
 }
 
 .jewel.tablecell .vslider .transform-container {
-  margin-left: calc(50% - 27px/2*2);
+  margin-left: calc(50% - 27px/2 * 2);
 }
 
 .jewel.snackbar {

Reply via email to