Auto generated file [NameSpace].scp.css #2290
StefanJansson
started this conversation in
General
Replies: 1 comment 1 reply
-
That is not what I'm seeing in the demo site (for example). In In
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In app.razor we have a default link to a stylesheet which is auto generated
<link
rel="stylesheet" href="/[NameSpace].styles.css" />`and the content looks like this
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css'; @import '_content/[NameSpace]/css/_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';
Second row creates a 404
Beta Was this translation helpful? Give feedback.
All reactions