From bbba11902efae840dfe337cbaded64ee1598e7c8 Mon Sep 17 00:00:00 2001 From: James Stuckey Weber Date: Tue, 26 Aug 2025 14:16:46 -0400 Subject: [PATCH] Add namespace decision --- docs/style-guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/style-guide.md b/docs/style-guide.md index 84c3d21..d036c8f 100644 --- a/docs/style-guide.md +++ b/docs/style-guide.md @@ -31,7 +31,10 @@ the primary implementations. ### Namespace -*TODO: Document namespace* +In code, the OUI uses the namespace `oui`. This namespace should prefix class +names, custom CSS properties, event names, and any other custom identifiers. +Where the casing convention is uppercase, `OUI` is acceptable, but mixed case is +not. ### Variants