Hi Yishay, It's a workaround that works, thank you (I tried yesterday before my e-mail and I don't know why did not works, perhaps because was night) but is working now.
Ansering your question. If I set the default theme with the generated css from less I got a lot of errors. For example: .bg-opacity-100 { --bs-bg-opacity: 1; } The compiler seems not not like -- Yishay Weiss <yishayj...@hotmail.com> escreveu no dia terça, 1/02/2022 à(s) 07:52: > It would be interesting to understand why Royale is complaining, but as a > workaround you might want to have an index-template file that includes your > css. > > From: Hugo Ferreira<mailto:hferreira...@gmail.com> > Sent: Tuesday, February 1, 2022 1:16 AM > To: Apache Royale Development<mailto:dev@royale.apache.org> > Subject: Less and Royale > > Hi, > > I compile a less file that generated a big css file (a lot of references > from bootstrap). > I know that this css file is OK or should be OK, however royale compiler > complains about it while compiling ending with error (using VS Code). > How can I compile and ignore all errors from the main css file ? > >