1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-25 08:11:49 +02:00

V2 first draft

This commit is contained in:
trendschau
2022-10-14 20:24:25 +02:00
parent a5df46c6f7
commit 0b9af2a61f
66 changed files with 24631 additions and 491 deletions

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./system/typemill/author/**/*.{html,js,twig}"],
theme: {
extend: {},
},
plugins: [],
}