• I am developing a custom Gutenberg block using block.json. Everything is okay except the styles not loading on the frontend. I need help with this issue.

    See how scripts and styles are loaded via block.json

    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css",
    "style": "file:./style-index.css"

    Badly I am looking for a solution. Let me know if anyone has a solution.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Gutenberg Block styles not loading on frontend.’ is closed to new replies.