This repository was archived by the owner on Jun 1, 2023. It is now read-only.
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
CSS doesn't link when generating default HTML format #95
Closed
Description
Hi @mattt! Great project. I was poking around and testing the --format html
option and noticed the all.css
file isn't linking properly to the generated index.html
file.
I tried debugging this myself, first by checking index.html
where it seems to be linked correctly (however I'm not a web developer):
<link rel="stylesheet" type="text/css" href="all.css" media="all" />
But when I check out the network console in my browser, it looks like all.css
is failing:
Any idea what could be happening? I'm using 1.0.0-beta.2.