You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: