Skip to content

Commit afda40b

Browse files
committed
cleanup
1 parent 8e9bd2c commit afda40b

4 files changed

Lines changed: 15 additions & 25 deletions

File tree

.travis.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ normalize.css, adhering to common developer expectations and preferences.
8686

8787
Nicolas Gallagher and I started writing normalize.css together. I named and
8888
created the normalize.css repository with the help of Paul Irish and Ben Alman.
89-
I transferred the repository to Necolas, who turned it into a “household” CSS
89+
I transferred the repository to Nicolas, who turned it into a “household” CSS
9090
library.
9191

9292
Later, I resumed authorship of normalize.css with Luciano Battagliero. Together,
9393
we tagged, deprecated, and removed “opinionated” styles — styles developers
9494
often prefer but which do not fix bugs or “normalize” browser differences.
9595

96-
Later, Necolas resumed authorship and the issue of whether to include or omit
96+
Later, Nicolas resumed authorship and the issue of whether to include or omit
9797
the opinionated styles forced us to split.
9898

9999
I continue working on the normalize.css project, currently under the “csstools”

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,6 @@
2121
"scripts": {
2222
"test": "echo \"no test\""
2323
},
24-
"devDependencies": {
25-
"stylelint": "^13.13.1",
26-
"stylelint-config-standard": "^22.0.0"
27-
},
28-
"stylelint": {
29-
"extends": "stylelint-config-standard",
30-
"rules": {
31-
"font-family-no-duplicate-names": [
32-
true,
33-
{
34-
"ignoreFontFamilyNames": [
35-
"monospace"
36-
]
37-
}
38-
]
39-
}
40-
},
4124
"keywords": [
4225
"css",
4326
"normalizes",

0 commit comments

Comments
 (0)