Unfortunatelly I noticed that by pointing the style to a non existent path, removes the style I beautifully had in the backend/gutenberg.
That was the improvised solution I found to not load the same stylesheet several times.
I am wondering if this is in fact one or another. Or I load the main style.css in a repetitive way on the frontend or I have the styles of the blocks in the backend.
UPDATE:
changed the line “post_types”: [“accommodations”], to “postTypes”: [“accommodations”], as I could find in the documentation, still no success.