From 08d332adfe4220c894189b99be010e419248b2b5 Mon Sep 17 00:00:00 2001 From: Adam Jolicoeur Date: Tue, 20 Jun 2017 12:01:45 -0400 Subject: [PATCH] update per PR review --- code-guidelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-guidelines.md b/code-guidelines.md index 4d1cc38..2381349 100644 --- a/code-guidelines.md +++ b/code-guidelines.md @@ -411,7 +411,7 @@ To avoid conflicts, OpenShift.io prefixes all classes with io-”. This also hel } // Good -.pf-selector { +.io-selector { ... } ``` @@ -450,7 +450,7 @@ Class name structure follows the `{{io-block}}__{{element}}--{{modifier}}` struc Example: ```html -
+

Heading