RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
Well no, it was a "false positive", I will leave it pending until I see if someone can take the time to add the CSS variables to the compiler. Hiedra De: Maria Jose Esteve Enviado el: miércoles, 17 de marzo de 2021 19:47 Para: users@royale.apache.org Asunto: RE: CSS variables error

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
I already have it working. In case someone reads "CSS vanilla" and stays the same as I have ... "vanilla" = "the basics" Thx Harbs. Hiedra De: Harbs Enviado el: miércoles, 17 de marzo de 2021 16:23 Para: users@royale.apache.org Asunto: Re: CSS variables error An

Re: CSS variables error

2021-03-17 Thread Harbs
rbs > Hiedra > > De: Harbs > Enviado el: miércoles, 17 de marzo de 2021 13:30 > Para: users@royale.apache.org > Asunto: Re: CSS variables error > > It needs to be a plain vanilla (HTML style) CSS file. > > Namespaces are not recognized in regular css. > >

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
Hahahaha, Do you notice that I am learning EVERYTHING? 😝, I'm going to find out what “plain vanilla” is and I'll tell you. Thanks Harbs Hiedra De: Harbs Enviado el: miércoles, 17 de marzo de 2021 13:30 Para: users@royale.apache.org Asunto: Re: CSS variables error It needs to

Re: CSS variables error

2021-03-17 Thread Harbs
} > > I will comment on github, as you suggest, because I doubt that I will be able > to add it to the compiler 😝 > > Thx Harbs. > > Hiedra > > De: Maria Jose Esteve > Enviado el: miércoles, 17 de marzo de 2021 8:41 > Para: users@royale.apache.org

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
--pricolorlight: #BBDEFA; } .jewel.topappbar .topBarAppHeader { background: val(--pricolordark); } I will comment on github, as you suggest, because I doubt that I will be able to add it to the compiler 😝 Thx Harbs. Hiedra De: Maria Jose Esteve Enviado el: miércoles, 17 de marzo de 2021

RE: CSS variables error

2021-03-17 Thread Maria Jose Esteve
Hi, @Harbs, I'm going to try it again, it could be a “FALSE NEGATIVE” (a phrase that I'm getting used to lately 😝) or simply that she “was asleep”…. Now I tell you. Hiedra De: Harbs Enviado el: miércoles, 17 de marzo de 2021 7:26 Para: users@royale.apache.org Asunto: Re: CSS varia

Re: CSS variables error

2021-03-16 Thread Harbs
> It seems that the solution was to create an external css that would not go > into the compilation process but this does not work here. Wait. Missed this line. Why wouldn’t it work? > On Mar 17, 2021, at 1:08 AM, Maria Jose Esteve wrote: > > Hello, > I am trying to use "variables" in my defa

Re: CSS variables error

2021-03-16 Thread Harbs
The compiler needs to understand the css in order to compile it. Any features that the compiler doesn’t understand need to be added to the compiler. Definitely add this as a Github issue. To use unsupported CSS features, you need a CSS file which is not run through the compiler. What I do is ad