Skip to content

Commit cddce99

Browse files
committed
Run prettier
1 parent 9eb9858 commit cddce99

File tree

8 files changed

+13
-14
lines changed

8 files changed

+13
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div align="center">
44

55
# Sean Bailey | [seanbailey.dev](https://www.seanbailey.dev)
6-
6+
77
[![Netlify Status](https://api.netlify.com/api/v1/badges/5113722c-b7b7-49d6-b599-f775b243bf87/deploy-status)](https://app.netlify.com/sites/seanbailey/deploys)
88

99
</div>

content/articles/tips-for-developers-working-with-colour/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ colours that should retreat into the background.
5353
A word of warning: be careful not to go too crazy with the saturation of your
5454
shades. Pumping up the saturation on all your colours will result in visual
5555
noise, which can be quite an unpleasant experience. Instead, use saturation as a
56-
tool for creating heirarchy in your content.
57-
56+
tool for creating heirarchy in your content.
5857

5958
<Figure caption="Source: Sean Bailey. Released under CC0, no rights reserved.">
6059

src/components/Article/ThanksForReading.treat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export const icon = style((theme) => ({
5555
'@media': {
5656
'(min-width: 650px)': {
5757
marginBottom: 0,
58-
}
59-
}
58+
},
59+
},
6060
}))
6161

6262
export const iconInner = style({

src/components/Project.treat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const project = style((theme) => ({
1515
globalStyle(`${project} hr`, (theme) => ({
1616
// Box model
1717
margin: '4rem 0',
18-
18+
1919
// Typography
2020
color: theme.grey70,
2121

src/components/Project/Columns.treat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const columns = style({
1515

1616
'(min-width: 1000px)': {
1717
gridTemplateColumns: 'repeat(3, 1fr)',
18-
}
19-
}
18+
},
19+
},
2020
})
2121

2222
globalStyle(`${columns} > p`, {

src/components/Project/IncompleteWarning.treat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export const icon = style((theme) => ({
4141
'@media': {
4242
'(min-width: 650px)': {
4343
marginBottom: 0,
44-
}
45-
}
44+
},
45+
},
4646
}))
4747

4848
export const iconInner = style({

src/components/Project/ThanksForReading.treat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export const icon = style((theme) => ({
5555
'@media': {
5656
'(min-width: 650px)': {
5757
marginBottom: 0,
58-
}
59-
}
58+
},
59+
},
6060
}))
6161

6262
export const iconInner = style({

src/components/Project/ThreeColumns.treat.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const wrapper = style({
1010

1111
'(min-width: 1000px)': {
1212
gridColumn: 'span 3',
13-
}
14-
}
13+
},
14+
},
1515
})
1616

1717
globalStyle(`${wrapper} > *:first-child`, {

0 commit comments

Comments
 (0)