This repository was archived by the owner on Dec 21, 2021. It is now read-only.
File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS Environment Variables
2
2
3
+ ### 2.0.1 (September 18, 2018)
4
+
5
+ - Updated: Support for PostCSS Values Parser 2
6
+
3
7
### 2.0.0 (September 17, 2018)
4
8
5
- - Updated: Support for PostCSS v7 +
6
- - Updated: Support for Node v6 +
9
+ - Updated: Support for PostCSS 7 +
10
+ - Updated: Support for Node 6 +
7
11
- Updated: Changed ` variables ` option to ` importFrom ` option
8
12
9
13
### 1.0.0 (April 28, 2018)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-env-function" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Use env() variables in CSS" ,
5
5
"author" : " Jonathan Neal <jonathantneal@hotmail.com>" ,
6
6
"license" : " CC0-1.0" ,
24
24
"test:tape" : " postcss-tape"
25
25
},
26
26
"engines" : {
27
- "node" : " >=4 .0.0"
27
+ "node" : " >=6 .0.0"
28
28
},
29
29
"dependencies" : {
30
30
"postcss" : " ^7.0.2" ,
31
- "postcss-values-parser" : " ^1.5 .0"
31
+ "postcss-values-parser" : " ^2.0 .0"
32
32
},
33
33
"devDependencies" : {
34
- "@babel/core" : " ^7.0 .0" ,
34
+ "@babel/core" : " ^7.1 .0" ,
35
35
"@babel/plugin-syntax-dynamic-import" : " ^7.0.0" ,
36
- "@babel/preset-env" : " ^7.0 .0" ,
36
+ "@babel/preset-env" : " ^7.1 .0" ,
37
37
"babel-eslint" : " ^9.0.0" ,
38
38
"eslint" : " ^5.6.0" ,
39
39
"eslint-config-dev" : " ^2.0.0" ,
40
40
"postcss-tape" : " ^2.2.0" ,
41
41
"pre-commit" : " ^1.2.2" ,
42
42
"rollup" : " ^0.66.0" ,
43
- "rollup-plugin-babel" : " ^4.0.1 "
43
+ "rollup-plugin-babel" : " ^4.0.3 "
44
44
},
45
45
"eslintConfig" : {
46
46
"extends" : " dev" ,
You can’t perform that action at this time.
0 commit comments