Skip to content

Commit 7505c0c

Browse files
committed
WIP
1 parent c08801a commit 7505c0c

File tree

6 files changed

+1826
-1746
lines changed

6 files changed

+1826
-1746
lines changed

src/globals.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ interface ResizeObserverEntry {
5353
}
5454

5555
interface DOMRectReadOnly {
56-
static fromRect(other: DOMRectInit | undefined): DOMRectReadOnly
56+
fromRect(other: DOMRectInit | undefined): DOMRectReadOnly
5757

5858
readonly x: number
5959
readonly y: number

www/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"build": "gatsby build"
88
},
99
"dependencies": {
10-
"@docpocalypse/gatsby-theme": "file:../../docpocalypse/packages/theme",
11-
"gatsby": "^2.19.18",
12-
"gatsby-plugin-typedoc": "file:../../docpocalypse/packages/gatsby-plugin-typedoc",
13-
"react": "^16.12.0",
14-
"react-dom": "^16.12.0"
10+
"@docpocalypse/gatsby-theme": "^0.11.24",
11+
"gatsby": "^2.21.24",
12+
"gatsby-plugin-typedoc": "^0.3.11",
13+
"react": "^16.13.1",
14+
"react-dom": "^16.13.1"
1515
}
1616
}

www/src/pages/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

www/src/pages/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Getting Started

www/tailwind.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
theme: {
3+
extend: {
4+
colors: {
5+
primary: '#A93F55',
6+
black: '#19323C',
7+
accent: '#B2675E',
8+
subtle: '#EEE0CB',
9+
},
10+
},
11+
},
12+
}

0 commit comments

Comments
 (0)