Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
update per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
mindreeper2420 authored and Adam Jolicoeur committed Jun 27, 2017
1 parent ea3038d commit 08d332a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ To avoid conflicts, OpenShift.io prefixes all classes with io-”. This also hel
}

// Good
.pf-selector {
.io-selector {
...
}
```
Expand Down Expand Up @@ -450,7 +450,7 @@ Class name structure follows the `{{io-block}}__{{element}}--{{modifier}}` struc
Example:

```html
<div class="io-panel pf-panel--collapsible">
<div class="io-panel io-panel--collapsible">
<div class="io-panel__title">
<h1>Heading</h1>
</div>
Expand Down

0 comments on commit 08d332a

Please sign in to comment.