File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
plugins/postcss-image-set-function Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes to PostCSS image-set() Function
2
2
3
+ ### 3.0.1 (September 18, 2018)
4
+
5
+ - Updated: PostCSS Values Parser 2
6
+
3
7
### 3.0.0 (September 17, 2018)
4
8
5
9
- Updated: Support for PostCSS 7+
Original file line number Diff line number Diff line change 1
- # Installing PostCSS
1
+ # Installing PostCSS image-set() Function
2
2
3
3
[ PostCSS image-set() Function] runs in all Node environments, with special instructions for:
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-image-set-function" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Display resolution-dependent images using the image-set() function in CSS" ,
5
5
"author" : " Jonathan Neal <jonathantneal@hotmail.com>" ,
6
6
"license" : " CC0-1.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
34
"@babel/core" : " ^7.1.0" ,
You can’t perform that action at this time.
0 commit comments