Skip to content

Commit 69587f6

Browse files
committed
lint
1 parent 0604f60 commit 69587f6

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -179,23 +179,23 @@
179179
]
180180
},
181181
"stylelint": {
182-
"extends": [
183-
"stylelint-config-recommended",
184-
"stylelint-config-standard",
185-
"stylelint-prettier/recommended"
186-
],
187-
"plugins": [
188-
"stylelint-csstree-validator"
189-
],
190-
"rules": {
191-
"csstree/validator": true,
192-
"property-no-vendor-prefix": null,
193-
"selector-class-pattern": null,
194-
"selector-no-vendor-prefix": null,
195-
"value-no-vendor-prefix": null,
196-
"alpha-value-notation": null,
197-
"color-function-notation": null,
198-
"custom-property-empty-line-before": null
199-
}
182+
"extends": [
183+
"stylelint-config-recommended",
184+
"stylelint-config-standard",
185+
"stylelint-prettier/recommended"
186+
],
187+
"plugins": [
188+
"stylelint-csstree-validator"
189+
],
190+
"rules": {
191+
"csstree/validator": true,
192+
"property-no-vendor-prefix": null,
193+
"selector-class-pattern": null,
194+
"selector-no-vendor-prefix": null,
195+
"value-no-vendor-prefix": null,
196+
"alpha-value-notation": null,
197+
"color-function-notation": null,
198+
"custom-property-empty-line-before": null
199+
}
200200
}
201201
}

style/variables.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ all of MD as it is not optimized for dense, information rich UIs.
117117
--jp-ui-font-size3: 1.44em;
118118

119119
--jp-ui-font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', helvetica,
120-
arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
120+
arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
121121

122122
/*
123123
* Use these font colors against the corresponding main layout colors.
@@ -179,8 +179,9 @@ all of MD as it is not optimized for dense, information rich UIs.
179179
--jp-content-font-color3: rgba(0, 0, 0, 0.5);
180180
--jp-content-link-color: var(--jp-day-blue);
181181

182-
--jp-content-font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', helvetica,
183-
arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
182+
--jp-content-font-family: -apple-system, blinkmacsystemfont, 'Segoe UI',
183+
helvetica, arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
184+
'Segoe UI Symbol';
184185

185186
/*
186187
* Code Fonts

0 commit comments

Comments
 (0)