Shropshire Spice's Gluten Free Wild Sage & Roast Onion Stuffing is perfect with chicken, turkey or pork. It's also delicious as stuffing balls in casseroles or as a topping on stuffed mushrooms.
This gluten free delight is suitable for vegetarians, boasting a crunchy texture with warm notes from the herbs and onion. It is hand blended and free from artificial colourings, flavourings & preservatives.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}