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


3 Yard Quilts For Kids - FC032242

Donna Robertson and Fran Morgan co-founders of Fabric Café, known for their signature 3-yard quilt method, announce the completely revised second edition of 3-Yard Quilts for KIDS pattern book! The easy-to-understand, quick-to-sew quilt patterns take the guesswork out of fabric selection helping quilters achieve beautiful quilts quickly. 3-Yard Quilts for KIDS has 8 fun designs updated to include instructions for all 3 sizes of lap, twin, and queen/king quilts.

/*Calendar different color events javascript*/ 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'));