Skip to content

Commit dde0710

Browse files
committed
rollback css-loader version to 3.6.0
webpack-contrib/css-loader#1134
1 parent 8bc1e33 commit dde0710

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ coverage
66

77
lerna-debug.log
88
yarn-error.log
9+
debug.log
910

1011
.travis.yml
1112

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"copy-webpack-plugin": "^6.0.3",
5555
"coveralls": "^3.1.0",
5656
"cross-env": "^7.0.2",
57-
"css-loader": "^4.0.0",
57+
"css-loader": "3.6.0",
5858
"electron": "^9.1.1",
5959
"eslint": "^7.5.0",
6060
"execa": "^4.0.3",

packages/doc/debug.log

-3
This file was deleted.

packages/doc/src/layout/AppMain/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ play-ground {
9999
width: 100%;
100100
top: var(--header-height);
101101
z-index: 1;
102+
background: rgba(100, 100, 100, 0.6);
102103
transform: translateY(-100%);
103104
transition: transform 0.2s ease-in-out;
104105

0 commit comments

Comments
 (0)