Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-03-30 10:47:08 +0300
committerMark Otto <markd.otto@gmail.com>2018-03-30 23:01:13 +0300
commit902788efc4b7719e8206ac9c3f574f57a4c682de (patch)
treea3c64e88eb0108ceef5385fee425b15cd9823988 /docs
parent5660c97cc4ee41f5b0c13778aa654789be86649e (diff)
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 048cdefc57..62031981f6 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.