WIP Set up new layout, Tailwind CSS

This commit is contained in:
2022-05-27 10:37:08 +02:00
parent 5a05ef1d98
commit 1e728d56e6
20 changed files with 1821 additions and 148 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
content: [
"./content/**/*.{html,js}",
"./layouts/**/*.{html,js}",
"./themes/**/*.{html,js}"
],
theme: {
extend: {},
},
plugins: [],
}