From 902788efc4b7719e8206ac9c3f574f57a4c682de Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Fri, 30 Mar 2018 09:47:08 +0200 Subject: [PATCH] Correct children selector --- docs/4.0/extend/approach.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.