Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Hugo Ferreira
Hi Greg, Yes, I just update and re-compile on my side with ANT and it's worked as expected. Thank you very much. Greg Dove escreveu no dia domingo, 9/10/2022 à(s) 22:18: > Hi Hugo, > > There was still a slight issue with that - iirc the sass compilation only > happens with the maven build. I a

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Greg Dove
Hi Hugo, There was still a slight issue with that - iirc the sass compilation only happens with the maven build. I am pushing a fix for maven - can you please check that the defaults.css (which is generated from the sass compilation) is what you want... thanks, Greg On Mon, Oct 10, 2022 at 6:17

Ignore warning: duplicate variable

2022-10-09 Thread Hugo Ferreira
Hi, With the latest SDK, I start getting false warnings about duplicate variable. BTW, I never like this warning when was true. How can I ignore warnings about duplicate variables using VS Code ?

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Hugo Ferreira
No problem and thank you for explain me (will serve me well for a future need). As I said, I'm not familiar with sass but I had this fix in css on my side for a long time. Fixed the indentation. Maria Jose Esteve escreveu no dia domingo, 9/10/2022 à(s) 18:12: > Sorry Hugo, > > .first.jewel.list,

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Maria Jose Esteve
Sorry Hugo, .first.jewel.list, .middle.jewel.list &::-webkit-scrollbar display: none; -ms-overflow-style: none; scrollbar-width: none; Hiedra -Mensaje original- De: Maria Jose Esteve Enviado el: domingo, 9 de octubre de 2022 19:10 Para: dev@royale.apache.org Asunto:

Re: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Hugo Ferreira
Thank you. I just commited the fix- Maria Jose Esteve escreveu no dia domingo, 9/10/2022 à(s) 18:05: > Hugo, Remove the keys "{" "}" > > .first.jewel.list, .middle.jewel.list { > &::-webkit-scrollbar { > display: none; > } > > -ms-overflow-style: none; > scrollbar-width: none; > } >

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Maria Jose Esteve
And you must respect the "spaces or tabs" throughout the document. In this case each line, of different level, must be separated by "4 spaces". .first.jewel.list, .middle.jewel.list &::-webkit-scrollbar display: none; -ms-overflow-style: none; scrollbar-width: none; Hiedra -M

RE: [MAVEN-BUILD] Royale » Royale-asjs - Build # 3015 - Failure!

2022-10-09 Thread Maria Jose Esteve
Hugo, Remove the keys "{" "}" .first.jewel.list, .middle.jewel.list { &::-webkit-scrollbar { display: none; } -ms-overflow-style: none; scrollbar-width: none; } -Mensaje original- De: Hugo Ferreira Enviado el: sábado, 8 de octubre de 2022 21:02 Para: dev@royale.apache.or