Skip to content

Commit 40a346b

Browse files
author
Kellie Tay
committed
updated with npm run lint and npm run prettier
1 parent 97cff93 commit 40a346b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/base/css/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
*/
44

55
.jupyter-widgets-disconnected::before {
6-
content: "\f127"; /* chain-broken */
6+
content: '\f127'; /* chain-broken */
77
display: inline-block;
8-
font: normal normal 900 14px/1px "Font Awesome 5 Free";
8+
font: normal normal 900 14px/1px 'Font Awesome 5 Free';
99
font-size: inherit;
1010
text-rendering: auto;
1111
-webkit-font-smoothing: antialiased;
12-
-moz-osx-font-smoothing: grayscale;
12+
-moz-osx-font-smoothing: grayscale;
1313
color: #d9534f;
1414
padding: 3px;
1515
align-self: flex-start;

0 commit comments

Comments
 (0)