preview-vscode
preview-vscode copied to clipboard
[request] Render CSS files
Hey guys, is there any way to have a html/pug file with relative css? I have a pug file with this
link(rel="stylesheet", href="css/main.css", data-inline)
or
style.
include main.css
but the CSS is not being rendered or imported. Thanks!
Same issue here, my CSS do not display rendering the preview useless
Yes, I downloaded this package specifically to do this. +1
Preview[2.3.2] is updated to use the Markdown API, external CSS supported.
- HTML
<link rel="stylesheet" href="css/main.css" data-inline>
- PUG
link(rel="stylesheet", href="css/main.css", data-inline)
- PUG
style.include main.css