Skip to content

Commit 5df316b

Browse files
authored
Drop Normalize (#2960)
* npm updates * tests and readme * node versions
1 parent 706d832 commit 5df316b

File tree

10 files changed

+84
-9506
lines changed

10 files changed

+84
-9506
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node
4747
uses: actions/setup-node@v3
4848
with:
49-
node-version: 16
49+
node-version: 18
5050
registry-url: https://registry.npmjs.org/
5151
- name: publish npm
5252
run: npm publish

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14.x, 16.x]
17+
node-version: [16.x, 18.x]
1818
steps:
1919
- name: Get npm cache directory
2020
id: npm-cache

README.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,16 @@ Choose one of the following options:
8585
research and experimentation by over 200 contributors.
8686
* Designed with progressive enhancement in mind.
8787
* Includes:
88-
* [`Normalize.css`](https://necolas.github.io/normalize.css/)
89-
for CSS normalizations and common bug fixes.
9088
* A custom build of [`Modernizr`](https://modernizr.com/) for feature
9189
detection.
92-
* [`Apache Server Configs`](https://github.com/h5bp/server-configs-apache)
93-
that improve the web site's performance and security.
94-
* Placeholder Open Graph elements and attributes.
95-
* An example package.json file with [WebPack](https://webpack.js.org/) commands
90+
* Placeholder Open Graph elements and attributes.
91+
* An example package.json file with [WebPack](https://webpack.js.org/) commands
9692
built in to jumpstart application development.
97-
* Placeholder CSS Media Queries.
98-
* Useful CSS helper classes.
99-
* Default print styles, performance optimized.
100-
* Protection against any stray `console` statements causing JavaScript
101-
errors in older browsers.
102-
* "Delete-key friendly." Easy to strip out parts you don't need.
103-
* Extensive documentation.
93+
* Placeholder CSS Media Queries.
94+
* Useful CSS helper classes.
95+
* Default print styles, performance optimized.
96+
* "Delete-key friendly." Easy to strip out parts you don't need.
97+
* Extensive documentation.
10498

10599
## Browser Support
106100

dist/css/normalize.css

-349
This file was deleted.

0 commit comments

Comments
 (0)