]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct children selector
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 30 Mar 2018 07:47:08 +0000 (09:47 +0200)
committerMark Otto <markd.otto@gmail.com>
Fri, 30 Mar 2018 20:01:13 +0000 (13:01 -0700)
docs/4.0/extend/approach.md

index 048cdefc572029bd6cc89dac808f405dbbdbd378..62031981f6bbf12f0f7ef372a37b6de84e5a1faf 100644 (file)
@@ -73,4 +73,4 @@ Specifically regarding custom CSS, utilities can help combat increasing file siz
 
 ## Flexible HTML
 
-While not always possible, we strive to avoid being overly dogmatic in our HTML requirements for components. Thus, we focus on single classes in our CSS selectors and try to avoid immediate children selectors (`~`). This gives you more flexibility in your implementation and helps keep our CSS simpler and less specific.
+While not always possible, we strive to avoid being overly dogmatic in our HTML requirements for components. Thus, we focus on single classes in our CSS selectors and try to avoid immediate children selectors (`>`). This gives you more flexibility in your implementation and helps keep our CSS simpler and less specific.