Skip to content

Commit dab79db

Browse files
Updates clean-css dependency to version 5.3.1.
1 parent c170f43 commit dab79db

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[5.6.1 / 2022-xx-xx](https://github.com/clean-css/clean-css-cli/compare/v5.6.0...5.6)
2+
==================
3+
4+
* Bumps clean-css dependency to 5.3.1.
5+
16
[5.6.0 / 2022-03-31](https://github.com/clean-css/clean-css-cli/compare/v5.5.2...v5.6.0)
27
==================
38

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"homepage": "https://github.com/clean-css/clean-css-cli#readme",
3636
"dependencies": {
3737
"chokidar": "^3.5.2",
38-
"clean-css": "^5.3.0",
38+
"clean-css": "^5.3.1",
3939
"commander": "7.x",
4040
"glob": "^7.1.6"
4141
},

test/fixtures/unsupported/selectors-ie7.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ p:before{top:0}
33
p:after{top:0}
44
p:root{top:0}
55
p:first-of-type{top:0}
6-
p:nth-last-of-type(1){top:0}
6+
p:last-of-type{top:0}
77
p:first-of-type{top:0}
88
p:last-of-type{top:0}
99
p:only-of-type{top:0}
1010
p:only-child{top:0}
1111
p:last-child{top:0}
1212
p:first-child{top:0}
13-
p:nth-last-child(1){top:0}
13+
p:last-child{top:0}
1414
p:empty{top:0}
1515
p:target{top:0}
1616
p:checked{top:0}

test/fixtures/unsupported/selectors-ie8.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
p:root{top:0}
22
p:first-of-type{top:0}
3-
p:nth-last-of-type(1){top:0}
3+
p:last-of-type{top:0}
44
p:first-of-type{top:0}
55
p:last-of-type{top:0}
66
p:only-of-type{top:0}
77
p:only-child{top:0}
88
p:last-child{top:0}
99
p:first-child{top:0}
10-
p:nth-last-child(1){top:0}
10+
p:last-child{top:0}
1111
p:empty{top:0}
1212
p:target{top:0}
1313
p:checked{top:0}

0 commit comments

Comments
 (0)