[Support request] Dispatch Theme css Errors

Home Forums Support [Support request] Dispatch Theme css Errors

Home Forums Support Dispatch Theme css Errors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #823494
    Anthony

    Hi, I’ve just started working on a site using the “Dispatch” theme, however the theme is throwing up two css errors in the customizer.

    Line 208: “Expected RBRACE at line 208, colun 42.”
    Line 209: “Unexpected token ‘1fr’ at line 209, colum 29.”

        .wpsp-grid .wp-show-posts {
            grid-template-columns: repeat(8, 1fr);
            grid-template-rows: 1fr auto;
        }
    

    Not sure if these are actual css errors or a css lint issue.
    Anyone any idea?

    Thanks, Anthony

    #823507
    David
    Staff
    Customer Support

    Hi there,

    its a Customizer Lint issue, it doesn’t parse CSS Grid. So they can be safely ignored.

    #823616
    Anthony

    Thank you. I thought so but wasn’t sure.

    #823642
    David
    Staff
    Customer Support

    Always worth checking 🙂 Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.