I have some custom react components and i am using tailwind via a CDN.
What i basically do is initializing Dash like this:
Dash(..., external_stylesheets=[
"https://tailwindcss.com/",
{"src": "https://cdn.tailwindcss.com"},
],)
What would app.css.config.serve_locally = True change here? Would it preload the css files to assets when the server starts? (I Mean i can’t see any files in there when i start the server with serve_locally = True