Skip to content

Commit

Permalink
header, content, footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rasyidly committed Dec 23, 2024
1 parent fad42a9 commit 6c48fe6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions Resources/dist/assets/app-ENhw45Ay.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Resources/dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Resources/css/app.css": {
"file": "assets/app-Buao7Unq.css",
"file": "assets/app-ENhw45Ay.css",
"src": "Resources/css/app.css",
"isEntry": true
},
Expand All @@ -10,4 +10,4 @@
"src": "Resources/js/app.js",
"isEntry": true
}
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@alpinejs/focus": "^3.14.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
Expand Down
16 changes: 10 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
const defaultTheme = require('tailwindcss/defaultTheme');
import preset from './vendor/filament/support/tailwind.config.preset';
import defaultTheme from 'tailwindcss/defaultTheme';
// import preset from './../../vendor/filament/support/tailwind.config.preset';
import forms from '@tailwindcss/forms'
import typography from '@tailwindcss/typography'
import daisyui from 'daisyui'


module.exports = {
presets: [preset],
// presets: [preset],
darkMode: 'class',
theme: {
extend: {
Expand Down Expand Up @@ -125,8 +129,8 @@ module.exports = {
},
},
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('daisyui'),
forms,
typography,
daisyui
],
}

0 comments on commit 6c48fe6

Please sign in to comment.