Our best-selling strong bread flour for use in yeasted or sourdough loaves and rolls. Our most popular Strong White Bread Flour made from the best quality bread making wheat sourced from local farms. Perfect for use in yeasted or sourdough loaves and rolls. It works well in bread machines or as a hand bake. This flour contains vitamin C (ascorbic acid), which increases the volume and lift of dough for a more impressive loaf. If you prefer your flour without vitamin C then try our Artisan Strong White Bread Flour.
/* 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;
}
}