{ "version": 3, "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Shadow", "slug": "image-5", "blockTypes": [ "core/image", "core/post-featured-image" ], "styles": { "css": "& box-shadow: 10px 10px var(--wp--preset--color--neutral-200); transition: all .2s ease-out; &:hover { box-shadow: 10px 10px var(--wp--preset--color--primary); }" } }