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


GO! Tangled Star - 55543

You won’t believe how easy it is to create this stunningly unique star block using this innovative Block on Board (BOB) die! If you can sew a ¼” seam, you can make this block shine.

Cut Size: Note: Cut size dimensions not included due to non-standard shapes.

Finished Size: 10" Finished Block (25.4 cm).

Die Board Size: 6 in. x 24 in. (15.2 cm x 61 cm)

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