We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using "apiVersion": 3 within a block.json, associated styles and editor styles do not inject CSS updates.
"apiVersion": 3
10up-theme
includes/blocks/example-block/block.json
apiVersion
style.css
block.json
index.js
npm run watch
No response
The text was updated successfully, but these errors were encountered:
@dkjensen Thanks for your report. This is a duplicate of #168
Currently the CSS entry points that get defined via block.json don't support hot module reloading
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When using
"apiVersion": 3
within a block.json, associated styles and editor styles do not inject CSS updates.Steps to Reproduce
10up-theme
includes/blocks/example-block/block.json
, change toapiVersion
to 3style.css
file to the block, register the style withinblock.json
, and import it withinindex.js
.npm run watch
, and modify the CSS to test.Screenshots, screen recording, code snippet
10up-theme.1.mp4
Environment information
No response
WordPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: