Use same prose style in Filament and front end?
Is .fi-prose in any way related to tailwindcss-typography's .prose? If I want to use the same style in RichEditor and front end how should I do that? Just applying .prose on the front end looks different, so do I need to copy .fi-prose from utilities.css and use that instead? π€
Solution:Jump to solution
I would imagine you could @include some or all of your Filament theme into your front end assets.
You might even then be able to @apply the filament .prose styles and inheret some useful things.
I haven't done much Filament theme styling though, so that's just an idea rather than from experience...
2 Replies
Solution
I would imagine you could @include some or all of your Filament theme into your front end assets.
You might even then be able to @apply the filament .prose styles and inheret some useful things.
I haven't done much Filament theme styling though, so that's just an idea rather than from experience
π I imported utilities.css and will try to use fi-prose on the frontend