From 3516851ed78dd11b8ac9ea4082ebfee85f5386d5 Mon Sep 17 00:00:00 2001 From: Kengo Hamasaki Date: Wed, 20 Feb 2019 13:55:50 -0800 Subject: [PATCH] Fix the invalid syntax on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c703387..2cc9507 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ objects. "path/to/file.css", // => :root { --brand-blue: #33f; } "path/to/file.json" // => { "custom-properties": { "--brand-blue": "#33f" } } ] - } + }] } } ```