crisp-oss / chappe

🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
https://www.npmjs.com/package/chappe
MIT License
206 stars 29 forks source link

CSS Override #13

Open POlsen-92 opened 3 months ago

POlsen-92 commented 3 months ago

I'm trying to implement the CSS override as shown in the docs but am not able to get it to work.

I have the override folder in the main directory and have copied the class that I want to edit. When I serve the project I do not see it connecting to my style file. I am working from a windows computer and am wondering if Issue #8 is contributing due to the directory structure being changed upon building.

In the console I do see an error stating...

Refused to apply style from 'http://localhost:8040/overrides/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Thanks for any help.

POlsen-92 commented 3 months ago

Managed to get my CSS override to work by using the inline section. Still couldn't get the url import to function