The Way We Code
Every Stitch has a unique ID when it gets submitted to the Stitch Library. The system then appends a unique number to that stitchs' ID and is used to scope the CSS for each Stitch so it doesn’t interfere with the other stitches of the same ID name, the rest of your project, or vice versa. This ensures its flexibility to be used in any project and play nice with the rest of your code. We also use our own simple class naming conventions to make the CSS easy to read and know what everything is doing with detailed documentation.