Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


The Bunny Bunch Elizabeth Hartman - EH075

Elizabeth Hartman, The Bunny  Bunch- The Bunny Bunch includes Basil, Blanch, Bertie, and Button. They’re a well-dressed group, sporting shirts, overalls, and dresses that you can make with your favorite fabrics. The pattern also includes a bonus Baby bunny block. Everything in this pattern is made using conventional patchwork techniques. No templates or paper piecing! Finished Size: 38 x 48" & 73 x 75"

window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));