Skip to content

Commit

Permalink
fix(docs): fixed css code for custom patternstates color
Browse files Browse the repository at this point in the history
recognized this out of fix reported by pattern-lab#1216
  • Loading branch information
Maximilian Franzke committed Jun 11, 2020
1 parent 8afd3f3 commit 8995241
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 8995241

Please sign in to comment.