We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c187cda commit 79b20c5Copy full SHA for 79b20c5
3 files changed
package.json
@@ -80,8 +80,8 @@
80
"stylelint-config-recommended": "^8.0.0",
81
"stylelint-config-standard": "~26.0.0",
82
"stylelint-prettier": "^2.0.0",
83
- "typescript": "~4.3.5",
84
- "ts-jest": "^28.0.7"
+ "ts-jest": "^28.0.7",
+ "typescript": "~4.3.5"
85
},
86
"sideEffects": [
87
"style/*.css",
@@ -91,7 +91,7 @@
91
"publishConfig": {
92
"access": "public"
93
94
- "jupyterlab": {
+ "jupyterlab": {
95
"extension": true,
96
"outputDir": "jupyterlab_hide_code/labextension"
97
style/base.css
@@ -5,5 +5,5 @@
5
*/
6
7
.fontawesome-colors {
8
- color: gray;
+ color: gray;
9
}
style/index.css
@@ -1 +1 @@
1
-@import url('base.css');
+@import 'base.css';
0 commit comments