• Resolved Suresh Ramasamy

    (@sureshramasamy)


    HI, it seems that the custom tags for snippets is broken, I am unable to add any text or Etc to the tags or make any new tags. I tested on 3 websites, all having the same issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @sureshramasamy

    Thanks for letting us know. We are aware of this issue and are working on a fix. Here’s the issue on GitHub, so you can follow up.

    https://github.com/codesnippetspro/code-snippets/issues/196

    Thread Starter Suresh Ramasamy

    (@sureshramasamy)

    Ahhh cool, also I found another issue as well

    :root {
    –offset: 8px; /* Define the offset globally for the entire document */
    }

    when this kinda code is set, the system will throw error asking to use RBRACE. seems not accepting Pseudo-class

    Hi @sureshramasamy

    The “Expected RBRACE” error you’re encountering when adding CSS snippet types is due to the CSS linter used by WordPress, which doesn’t fully recognize CSS custom properties (variables) and pseudo-classes. This results in false errors being reported, even though the CSS is valid.

    You can safely ignore this error message, as it doesn’t affect the actual functionality of your CSS. The custom properties will still be applied correctly throughout your website.

    Best regards,
    Pau.

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