friese
friese
FFilament
Created by friese on 10/20/2023 in #❓┊help
How to develop JS?
No description
5 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
Maybe people need a friendly reminder 😄 Like if the conversation in a topic exceeds 5 message or so with one of you, there could be a nice bump: "Want to sponsor me a beer/coffee/whatever" 😄
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
Thinks can change 😉
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
Thanks again for your help and have a great weekend 🙂
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
you should consider adding a github sponser like Dennis Koch 😉
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
I see...I hope I don't make the same mistake again 😄
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
can I buy you a coffee for your wasted time?
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
damn 😄
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
would it hurt to tell tailwind to look into every file in app? 😄
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
and then I didn't added the path :/
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
I once had the class directly in the blade-template, but moved it..
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
I was missing /Tables/**/*.php', in the tailwind config..
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
i'm so sorry...I just found my mistake :/
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
ARGH!!!
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
In the dev-tools in the browser, I can see that the class is added
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
I added the css-class w-36 to a select: $this->extraInputAttributes(['class' => 'state-column w-36'], true);
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
looks identical to me 😦
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
No description
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
Yes and no 😉 theme.css and build process works. With this content, the background color will get red. But it seems like the contentpart from the tailwind config doesnt work, because the used classes aren't recognized
@import '../../../../vendor/filament/filament/resources/css/theme.css';
@config './tailwind.config.js';
body {
background-color: red !important;
}
@import '../../../../vendor/filament/filament/resources/css/theme.css';
@config './tailwind.config.js';
body {
background-color: red !important;
}
45 replies
FFilament
Created by friese on 10/12/2023 in #❓┊help
Tailwind content detection in custom theme not working
Yes, I have the @config part @config './tailwind.config.js'; My resources/css/app.css is an empty file. Even if I remove it from the vite input config, the error still persists I don't have a tailwind config in the project root, I just temporarily added it to check if it changes anything. As I didn't change anything stylewise so far, I could remove everything that could interfere and start fresh. Do you can maybe sent me all the default config files regarding this tailwind issue that should work out of the box? I used "admin" as my panel name, and it is a fresh and clean laravel 10 filament 3 install.
45 replies