init: copied out of combined project

This commit is contained in:
efim
2023-07-23 08:08:58 +00:00
commit c143dc25a6
24 changed files with 1057 additions and 0 deletions

9
tailwind.config.js Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,scala}"],
theme: {
extend: {},
},
plugins: [],
}