We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55b6787 + 8995241 commit b0032fbCopy full SHA for b0032fb
1 file changed
packages/docs/src/docs/pattern-states.md
@@ -45,8 +45,8 @@ The three default states included with Pattern Lab might not be enough for every
45
You can use the following as your CSS template for new pattern states:
46
47
```css
48
-{% raw %}.newpatternstate:before {
49
- color: #B10DC9 !important;
+{% raw %}.pl-c-pattern-state--newpatternstate {
+ background-color: #B10DC9;
50
}{% endraw %}
51
```
52
0 commit comments