#11 - basic layout (#15)

* #11 - basic layout

* #5 - bump dependencies

* #11 - fix

* #11 - fix

* #11 - fix logo
This commit is contained in:
Adrian Hopek
2022-01-12 14:18:25 +01:00
committed by GitHub
parent 2abd83526d
commit e015f02892
11 changed files with 681 additions and 658 deletions

16
package-lock.json generated
View File

@@ -8451,9 +8451,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.0.12",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.12.tgz",
"integrity": "sha512-VqhF86z2c34sJyS5ZS8Q2nYuN0KzqZw1GGsuQQO9kJ3mY1oG7Fsag0vICkxUVXk6P+1sUkTkjMjKWCjEF0hNHw==",
"version": "3.0.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.13.tgz",
"integrity": "sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==",
"dependencies": {
"arg": "^5.0.1",
"chalk": "^4.1.2",
@@ -8474,7 +8474,7 @@
"postcss-selector-parser": "^6.0.8",
"postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1",
"resolve": "^1.20.0"
"resolve": "^1.21.0"
},
"bin": {
"tailwind": "lib/cli.js",
@@ -15646,9 +15646,9 @@
}
},
"tailwindcss": {
"version": "3.0.12",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.12.tgz",
"integrity": "sha512-VqhF86z2c34sJyS5ZS8Q2nYuN0KzqZw1GGsuQQO9kJ3mY1oG7Fsag0vICkxUVXk6P+1sUkTkjMjKWCjEF0hNHw==",
"version": "3.0.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.0.13.tgz",
"integrity": "sha512-raRPGFwQSGXn/3h0ttHND9jyPYfqk/ur2NXtlQuK25+ZnrCjlH1s1j4/oPswHGMoZzGNykUVycZ/LcROanUE0A==",
"requires": {
"arg": "^5.0.1",
"chalk": "^4.1.2",
@@ -15669,7 +15669,7 @@
"postcss-selector-parser": "^6.0.8",
"postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1",
"resolve": "^1.20.0"
"resolve": "^1.21.0"
},
"dependencies": {
"glob-parent": {