@andertl wrote:
Hi,
I have a multi-page app and I would like to serve different CSS file for each page. Reason is that some class names and component ids are the same but have different styles. If I understand correctly, usingstaticfolder is obsolate. So I should useassetsfolder, setinclude_assets_files = Falseand include files manually viadcc.Link(rel='stylesheet', href='xyz.css')? Or is there better way to do it?Thanks
Posts: 1
Participants: 1






