diff --git a/CSSStyleGuide.md b/CSSStyleGuide.md index 7e24aef2..0743d271 100644 --- a/CSSStyleGuide.md +++ b/CSSStyleGuide.md @@ -13,7 +13,7 @@ syntax: `js-` JavaScript-specific classes reduce the risk that changing the structure or theme of components will inadvertently affect any required JavaScript behavior and complex functionality. You must use these classes if you interact with the DOM via JavaScript. In practice this looks like this: ``` - + ``` Again, JavaScript-specific classes should not, under any circumstances, be styled.