feat: Initial style of home page

This commit is contained in:
henrik
2024-12-09 23:47:38 +01:00
parent 95c6190e69
commit 41a174e1cb
12 changed files with 3354 additions and 39 deletions

11
Pushy/tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [ "./Pushy/**/*.{html,razor,js}", "./Pushy.Client/**/*.{html,razor,js}" ],
theme: {
extend: {},
},
plugins: [
require('daisyui')
],
}