File tree Expand file tree Collapse file tree 4 files changed +19
-11
lines changed Expand file tree Collapse file tree 4 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Normalize
2
2
3
+ ### 7.0.1 (August 24, 2018)
4
+
5
+ - Use postcss-browser-comments v2.0.0 (major, but a patch for this project)
6
+
7
+ PostCSS Browser Comments was using an older version of PostCSS, requiring 2
8
+ versions of PostCSS to use PostCSS Normalize. This update resolves that.
9
+
3
10
### 7.0.0 (August 24, 2018)
4
11
5
12
- Use normalize.css v9.0.1 (major)
Original file line number Diff line number Diff line change 1
1
# Installing PostCSS Normalize
2
2
3
- [ PostCSS Normalize] runs in all Node environments, with special instructions for:
3
+ [ PostCSS Normalize] runs in all Node environments, with special instructions
4
+ for:
4
5
5
6
| [ Node] ( #node ) | [ PostCSS CLI] ( #postcss-cli ) | [ Webpack] ( #webpack ) | [ Create React App] ( #create-react-app ) | [ Gulp] ( #gulp ) | [ Grunt] ( #grunt ) |
6
- | --- | --- | --- | --- | --- |
7
+ | --- | --- | --- | --- | --- | --- |
7
8
8
9
## Node
9
10
@@ -40,11 +41,10 @@ Add [PostCSS CLI] to your project:
40
41
npm install postcss-cli --save-dev
41
42
```
42
43
43
- Use [ PostCSS Logical Properties and Values] in your ` postcss.config.js `
44
- configuration file:
44
+ Use [ PostCSS Normalize] in your ` postcss.config.js ` configuration file:
45
45
46
46
``` js
47
- const postcssNormalize = require (' postcss-logical ' );
47
+ const postcssNormalize = require (' postcss-normalize ' );
48
48
49
49
module .exports = {
50
50
plugins: [
@@ -164,6 +164,7 @@ grunt.initConfig({
164
164
[ Gulp PostCSS ] : https://github.com/postcss/gulp-postcss
165
165
[ Grunt PostCSS ] : https://github.com/nDmitry/grunt-postcss
166
166
[ PostCSS ] : https://github.com/postcss/postcss
167
+ [ PostCSS CLI ] : https://github.com/postcss/postcss-cli
167
168
[ PostCSS Loader ] : https://github.com/postcss/postcss-loader
168
169
[ PostCSS Normalize ] : https://github.com/csstools/postcss-normalize
169
170
[ React App Rewire PostCSS ] : https://github.com/csstools/react-app-rewire-postcss
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ postcss([
92
92
[ PostCSS Normalize] runs in all Node environments, with special instructions for:
93
93
94
94
| [ Node] ( INSTALL.md#node ) | [ PostCSS CLI] ( INSTALL.md#postcss-cli ) | [ Webpack] ( INSTALL.md#webpack ) | [ Create React App] ( INSTALL.md#create-react-app ) | [ Gulp] ( INSTALL.md#gulp ) | [ Grunt] ( INSTALL.md#grunt ) |
95
- | --- | --- | --- | --- | --- |
95
+ | --- | --- | --- | --- | --- | --- |
96
96
97
97
## Options
98
98
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-normalize" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"description" : " Use the parts of normalize.css you need from your browserslist" ,
5
5
"author" :
" Jonathan Neal <[email protected] >" ,
6
6
"license" : " CC0-1.0" ,
25
25
},
26
26
"dependencies" : {
27
27
"@csstools/normalize.css" : " ^9.0.1" ,
28
- "browserslist" : " ^4.1.0 " ,
28
+ "browserslist" : " ^4.1.1 " ,
29
29
"postcss" : " ^7.0.2" ,
30
- "postcss-browser-comments" : " ^1 .0.0"
30
+ "postcss-browser-comments" : " ^2 .0.0"
31
31
},
32
32
"devDependencies" : {
33
33
"@babel/core" : " ^7.0.0" ,
37
37
"eslint-config-dev" : " ^2.0.0" ,
38
38
"postcss-tape" : " ^2.2.0" ,
39
39
"pre-commit" : " ^1.2.2" ,
40
- "rollup" : " ^0.65.0 " ,
41
- "rollup-plugin-babel" : " ^4.0.1 "
40
+ "rollup" : " ^0.65.2 " ,
41
+ "rollup-plugin-babel" : " ^4.0.3 "
42
42
},
43
43
"eslintConfig" : {
44
44
"extends" : " dev" ,
You can’t perform that action at this time.
0 commit comments