From f3dcbc8297c6b71c7a441d53dc335ec1607b37c4 Mon Sep 17 00:00:00 2001 From: Nicolas Cusan Date: Tue, 8 Jan 2019 18:17:38 +0100 Subject: [PATCH] update readme & gitignore --- .gitignore | 1 + Readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e43b0f9..2608ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +.vscode \ No newline at end of file diff --git a/Readme.md b/Readme.md index 7689e60..8c4579f 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ body { ## Why? -Normalize.css just makes elements consistent between browsers and it does it well, but it does not remove the user agent's assumptions about how things have to look. Destyle.css removes these assumptions and makes the look of everything up to the stylesheet author. +Normalize.css just makes elements consistent between browsers and it does it well, but it does not remove the user agent's assumptions about how things have to look. Destyle.css removes these assumptions and leaves the look to the stylesheet author. As an example it facilitates styling headings differently depending on the context in with they are shown.