Skip to content

Commit

Permalink
Merge pull request #1219 from mfranzke/fix-docs-patternstate-custom-c…
Browse files Browse the repository at this point in the history
…olor

fix(docs): fixed css code for custom patternstates color
  • Loading branch information
sghoweri authored Jun 28, 2020
2 parents 55b6787 + 8995241 commit b0032fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/src/docs/pattern-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ The three default states included with Pattern Lab might not be enough for every
You can use the following as your CSS template for new pattern states:

```css
{% raw %}.newpatternstate:before {
color: #B10DC9 !important;
{% raw %}.pl-c-pattern-state--newpatternstate {
background-color: #B10DC9;
}{% endraw %}
```

Expand Down

0 comments on commit b0032fb

Please sign in to comment.