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


Doxie Quilting Stencil 7inx4in & 1.5in - EL399

The design shown is a stencil template that is constructed of flexible semi-transparent Mylar plastic which is used for marking quilts and other crafting projects. Stencils can be used for long arm machines, domestic machines and hand-quilting. Stencils can be used over and over again. Made in the USA.

  • Color: Clear
  • Made of: Mylar Plastic
  • Use: Quilting Stencil
  • Size: 7in x 4in Dog, and 1.5in Paw Print

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