aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2018-03-30 09:47:08 +0200
committerMark Otto <[email protected]>2018-03-30 13:01:13 -0700
commit902788efc4b7719e8206ac9c3f574f57a4c682de (patch)
treea3c64e88eb0108ceef5385fee425b15cd9823988 /docs
parent5660c97cc4ee41f5b0c13778aa654789be86649e (diff)
downloadbootstrap-902788efc4b7719e8206ac9c3f574f57a4c682de.tar.xz
bootstrap-902788efc4b7719e8206ac9c3f574f57a4c682de.zip
Correct children selector
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/extend/approach.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/extend/approach.md b/docs/4.0/extend/approach.md
index 048cdefc5..62031981f 100644
--- a/docs/4.0/extend/approach.md
+++ b/docs/4.0/extend/approach.md
@@ -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.