Yes, you are right. Thanks that was the solution.
On Mon, Jun 17, 2019 at 3:44 PM Pete Whelpton <peedee...@gmail.com> wrote: > > The ; between "left" and "!important" is causing the parser error. If you > remove it, the parser error should go away. > > If that property is to be flagged !important, then there should just be a > single ; after "!important". > > You will probably still have a parser warning for "alignment" as it isn't > a standard CSS property. Do you mean "text-align"? > > > P > > On Mon, 17 Jun 2019, 22:28 Cisco505, <fjavier.c...@gmail.com> wrote: > >> >> can you help me with this issue please?. >> I am getting an error ("UNEXPECTED TOKEN IMPORTANT_SYM FOUND"), it >> happens when I put an inline style as a property in a @Primefaces >> <https://twitter.com/primefaces> component. >> [image: image.png] >> Apache Netbeans Version: 11 >> JDK : 8 >> Primefaces: 6 >> Any suggestion? >> >>