feat: Initial style of home page
This commit is contained in:
11
Pushy/tailwind.config.js
Normal file
11
Pushy/tailwind.config.js
Normal 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')
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user