Skip to content

Commit 286210e

Browse files
committed
Prettier 2
1 parent a9ba12b commit 286210e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.prettierrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"singleQuote": false,
77
"trailingComma": "es5",
88
"bracketSpacing": true,
9-
"jsxBracketSameLine": false,
109
"arrowParens": "avoid",
1110
"htmlWhitespaceSensitivity": "ignore",
1211
"endOfLine": "auto"

sites/website/src/css/custom.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,9 @@ li {
327327
--type-ramp-plus-6-line-height: 72px;
328328
--wrapper-gutter: 5vw;
329329
--wrapper-max-width: 800px;
330-
grid-template-columns: minmax(var(--wrapper-gutter), 1fr) minmax(
331-
0,
332-
var(--wrapper-max-width)
333-
) minmax(var(--wrapper-gutter), 1fr);
330+
grid-template-columns:
331+
minmax(var(--wrapper-gutter), 1fr) minmax(0, var(--wrapper-max-width))
332+
minmax(var(--wrapper-gutter), 1fr);
334333
}
335334

336335
.section,

0 commit comments

Comments
 (0)