xerk4497
xerk4497
FFilament
Created by xerk4497 on 1/29/2024 in #❓┊help
Infolist custom layout grid cols is not working I don't know why
so I should add prefix for each class? tw-grid
10 replies
FFilament
Created by xerk4497 on 1/29/2024 in #❓┊help
Infolist custom layout grid cols is not working I don't know why
tailwind.config in root project
10 replies
FFilament
Created by xerk4497 on 1/29/2024 in #❓┊help
Infolist custom layout grid cols is not working I don't know why
No
10 replies
FFilament
Created by xerk4497 on 1/29/2024 in #❓┊help
Infolist custom layout grid cols is not working I don't know why
import preset from './vendor/filament/support/tailwind.config.preset';
module.exports = {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./app/Infolist/**/*.php',
'./resources/views/**/*.blade.php',
'./resources/views/filament/**/*.blade.php',
'./resources/views/livewire/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
theme: {
extend: {
},
},
variants: {
extend: {},
},
plugins: [],
};
import preset from './vendor/filament/support/tailwind.config.preset';
module.exports = {
presets: [preset],
content: [
'./app/Filament/**/*.php',
'./app/Infolist/**/*.php',
'./resources/views/**/*.blade.php',
'./resources/views/filament/**/*.blade.php',
'./resources/views/livewire/**/*.blade.php',
'./vendor/filament/**/*.blade.php',
],
theme: {
extend: {
},
},
variants: {
extend: {},
},
plugins: [],
};
Tailwind
10 replies
FFilament
Created by xerk4497 on 1/29/2024 in #❓┊help
Infolist custom layout grid cols is not working I don't know why
path: resources\views\infolists\components\user-space.blade.php
10 replies