update readme & gitignore

This commit is contained in:
Nicolas Cusan
2019-01-08 18:17:38 +01:00
parent 62dbc83d7a
commit f3dcbc8297
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.DS_Store
.vscode

View File

@@ -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.