From 009ccb10c300b93368bc324b15d4c5d490e28ed7 Mon Sep 17 00:00:00 2001 From: Sebastian De Deyne Date: Sun, 6 Nov 2016 15:06:36 +0100 Subject: [PATCH] Syntax error fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20bc1e2..f74a8c2 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ A custom property is any property whose name starts with two dashes `--`. A prop Custom properties can be declared multiple times, but like variable scope in other languages, only the most specific one takes precedence. ```css -:root: { +:root { --some-color: red; }