quarkiverse / quarkus-renarde

Server-side Web Framework with Qute templating, magic/easier controllers, auth, reverse-routing
Apache License 2.0
78 stars 19 forks source link

Perhaps CSS imports from PDF module don't work #163

Open FroMage opened 1 year ago

FroMage commented 1 year ago

At least, in the todo app, they don't seem to work anymore

FroMage commented 1 year ago

Actually, this is due to {#bundle/} which generates a screen CSS import:

      <link rel="stylesheet" media="screen" href="/static/bundle/main-LH23AIE5.css" />

@ia3andy are you sure this is the right thing to do? It won't get loaded when doing PDF rendering.

ia3andy commented 1 year ago

Actually, this is due to {#bundle/} which generates a screen CSS import:

      <link rel="stylesheet" media="screen" href="/static/bundle/main-LH23AIE5.css" />

@ia3andy are you sure this is the right thing to do? It won't get loaded when doing PDF rendering.

I don't know why I added this 🤔 but yes we should remove this!