Skip to content

Commit 62b4a86

Browse files
committed
Non-functional maintenance
1 parent 44f1325 commit 62b4a86

File tree

5 files changed

+4
-33
lines changed

5 files changed

+4
-33
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
node_modules
2-
npm-debug.log

CONTRIBUTING.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,7 @@ version numbers are incremented in a project. Versions are written as
197197
MAJOR.MINOR.PATCH.
198198

199199
Any change to CSS rules whatsoever is considered backwards-breaking and will
200-
result in a new **major** release. Others changes with no impact on rendering
201-
are considered backwards-compatible and will result in a new **patch** release.
202-
203-
No changes to CSS rules can add functionality in a backwards-compatible manner,
204-
therefore no changes are considered **minor**. For instance, a normalization on
205-
an element selector may override a user style on a universal selector, a
206-
change to `opacity` might cause [inputs to disappear](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/),
207-
or a change to `background-color` might cause [backgrounds to shrink](https://github.com/jonathantneal/sanitize.css/issues/42).
200+
result in a new **major** release. No changes to CSS rules can add
201+
functionality in a backwards-compatible manner, therefore no changes are
202+
considered **minor**. Others changes with no impact on rendering are considered
203+
backwards-compatible and will result in a new **patch** release.

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,11 @@ addresses these issues without removing the benefits of search inputs (e.g.
104104
showing past searches). Safari (but not Chrome) will clip the cancel button on
105105
when it has padding (and `textfield` appearance).
106106

107-
#### `::placeholder`
108-
109-
In Edge, placeholders will disappear on `relative` or `absolute` positioned
110-
`<input>` elements if you use `opacity` less than `1` due to a [bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3901363/).
111-
112107
## Contributing
113108

114109
Please read the [contribution guidelines](CONTRIBUTING.md) in order to make the
115110
contribution process easy and effective for everyone involved.
116111

117-
## Similar Projects
118-
119-
- [opinionate.css](https://github.com/adamgruber/opinionate.css) - Supplement to normalize, restores opinionated rules removed in v6
120-
- [sanitize.css](https://github.com/jonathantneal/sanitize.css) - Alternative to normalize, adheres to common developer expectations and preferences
121-
122-
123-
## Acknowledgements
124-
125-
Normalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),
126-
co-created with [Jonathan Neal](https://github.com/jonathantneal).
127-
128112

129113
[changelog-image]: https://img.shields.io/badge/changelog-md-blue.svg?style=flat-square
130114
[changelog-url]: CHANGELOG.md

bower.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"name": "normalize-css",
33
"description": "A modern alternative to CSS resets",
44
"main": "normalize.css",
5-
"authors": [
6-
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
7-
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
8-
],
95
"license": "MIT",
106
"ignore": [
117
"CHANGELOG.md",

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
"test": "stylelint normalize.css"
1717
},
1818
"repository": "necolas/normalize.css",
19-
"contributors": [
20-
"Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com/)",
21-
"Nicolas Gallagher <nicolas@nicolasgallagher.com> (http://nicolasgallagher.com/)"
22-
],
2319
"license": "MIT",
2420
"bugs": "https://github.com/necolas/normalize.css/issues",
2521
"homepage": "https://necolas.github.io/normalize.css",

0 commit comments

Comments
 (0)