Skip to content

Commit

Permalink
Correct the heading for the States section
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Apr 14, 2021
1 parent 80085a1 commit 84b8eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/utilities/api.md
Expand Up @@ -83,7 +83,7 @@ Output:
.o-100 { opacity: 1; }
```

## States
### States

Use the `state` option to generate pseudo-class variations. Example pseudo-classes are `:hover` and `:focus`. When a list of states are provided, classnames are created for that pseudo-class. For example, to change opacity on hover, add `state: hover` and you'll get `.opacity-hover:hover` in your compiled CSS.

Expand Down

0 comments on commit 84b8eda

Please sign in to comment.