Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
Punctuation Quilt! - GLENDALE - Tues., Feb. 10 @ 10:00 a.m.

A simple yet attractive quilt to make. Choose a color pallet of left-over fabrics, FQ (fat quarters), or a collection of fabrics that you love together! Put these together with a light or dark sashing to set off your fabrics. Then pick an accent fabric for the diamonds. This quilt is beginner friendly and can be made multiple sizes.

Sewing Machine New Owners Class

Get ready to master your new sewing machine!

Feb 11
Serge & Sew Club at Glendale - 2nd Wednesday of each month - 10:00 am - 12:30 pm
Feb 11
Embroidery Club February 2026 - Technique Wall Hanging Part 4
Feb 12
1- Adult Beginner Sewing Course

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