trustoverip / spec-up-t

Create technical specifications in markdown. Based on the original Spec-Up, extended with Terminology tooling
https://trustoverip.github.io/spec-up-t-website/
Apache License 2.0
2 stars 2 forks source link

Find out what "/custom-assets/custom.css" does #43

Open kordwarshuis opened 1 week ago

kordwarshuis commented 1 week ago

What is the purpose of <link href="/custom-assets/custom.css" rel="stylesheet"/>

Since all JS and CSS is embedded this seems like a mistake or an unfinished feature in the original Spec-Up.

kordwarshuis commented 1 week ago

Same for <script src="/custom-assets/custom-head.js" ></script> and <script src="/custom-assets/custom-body.js" type="module" ></script>

kordwarshuis commented 1 week ago

To do: