Skip to content

Commit 79b20c5

Browse files
committed
fix the css style
1 parent c187cda commit 79b20c5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
"stylelint-config-recommended": "^8.0.0",
8181
"stylelint-config-standard": "~26.0.0",
8282
"stylelint-prettier": "^2.0.0",
83-
"typescript": "~4.3.5",
84-
"ts-jest": "^28.0.7"
83+
"ts-jest": "^28.0.7",
84+
"typescript": "~4.3.5"
8585
},
8686
"sideEffects": [
8787
"style/*.css",
@@ -91,7 +91,7 @@
9191
"publishConfig": {
9292
"access": "public"
9393
},
94-
"jupyterlab": {
94+
"jupyterlab": {
9595
"extension": true,
9696
"outputDir": "jupyterlab_hide_code/labextension"
9797
},

style/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
*/
66

77
.fontawesome-colors {
8-
color: gray;
8+
color: gray;
99
}

style/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import url('base.css');
1+
@import 'base.css';

0 commit comments

Comments
 (0)