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


GO! Square-7-1/2" (7" Finished) Die - 55590

Squares are the building blocks for quilts, and this die is here to enhance your designs with ease. It’s the perfect creative partner for the GO! Drunkard’s Path 3 1/2" Finished and 7” Finished Dies. You can also think bigger and match it up with the GO! Prairie Star 14” Finished Die to really make it shine.

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'));