]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct the heading for the States section
authorMark Otto <markdotto@gmail.com>
Wed, 14 Apr 2021 20:23:16 +0000 (13:23 -0700)
committerMark Otto <otto@github.com>
Wed, 14 Apr 2021 20:29:47 +0000 (13:29 -0700)
site/content/docs/5.0/utilities/api.md

index ecd80af5b93aa7eb900f32e1c06b6267a6f34ec5..6610f9ee0084109e40fb682177822354991bde3a 100644 (file)
@@ -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.