Bonsai Coder
Active member
I am getting server errors reported:
Less_Exception_Chunk: ParseError: missing opening `(` in anonymous-file-0.less on line 1488, column 39 1486| 1487| .p-breadcrumbs>li a { 1488| background-color: rgb(255,246,229)); 1489| padding: 5px; 1490| margin: 0px 0px -5px 0px; 1491| }
src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
Here is my code:
.p-breadcrumbs>li a {
background-color: @xf-paletteAccent1;
padding: 5px;
margin: 0px 0px -5px 0px;
Can anyone help me with this?
Less_Exception_Chunk: ParseError: missing opening `(` in anonymous-file-0.less on line 1488, column 39 1486| 1487| .p-breadcrumbs>li a { 1488| background-color: rgb(255,246,229)); 1489| padding: 5px; 1490| margin: 0px 0px -5px 0px; 1491| }
src/vendor/oyejorge/less.php/lib/Less/Parser.php:677
Here is my code:
.p-breadcrumbs>li a {
background-color: @xf-paletteAccent1;
padding: 5px;
margin: 0px 0px -5px 0px;
Can anyone help me with this?
Last edited: