From 28e8ff64cf692b4932c70c58011c2f1bfe5635fb Mon Sep 17 00:00:00 2001 From: Nuno Arruda Date: Thu, 4 Feb 2016 18:16:17 +0800 Subject: [PATCH] fix: add missing links on contents list Contents list is missing links to "Keep It Low at All Times" and "Scope" --- index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.md b/index.md index 7960c58..c51c225 100644 --- a/index.md +++ b/index.md @@ -81,8 +81,10 @@ Get updates about changes, additions, and new and upcoming sections by following * [The Key Selector](#the-key-selector) * [General Rules](#general-rules) * [Specificity](#specificity) + * [Keep It Low at All Times](#keep-it-low-at-all-times) * [IDs in CSS](#ids-in-css) * [Nesting](#nesting) + * [Scope](#scope) * [`!important`](#important) * [Hacking Specificity](#hacking-specificity) * [Architectural Principles](#architectural-principles)