We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1ae86 commit f50e229Copy full SHA for f50e229
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changes to PostCSS Normalize
2
3
+### 10.0.1 (September 15, 2021)
4
+
5
+- Added: `sanitize.css` to support 13+ (major).
6
7
+This version removes support for `pages.css` yet is released as a patch version
8
+to resolve issues in **Create React App**. This is a betrayal of semantic
9
+versioning.
10
11
### 10.0.0 (April 28, 2021)
12
13
- Updated: PostCSS support to ^8 (major).
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize",
- "version": "10.0.0",
+ "version": "10.0.1",
"description": "Use the parts of normalize.css or sanitize.css you need from your browserslist",
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
"license": "CC0-1.0",
0 commit comments