Skip to content
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
@captainbarbosa

Description

@captainbarbosa

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:

image

Any idea what could be happening? I'm using 1.0.0-beta.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions