Fixed intellisense issue with missing css classes from mudblazor
This commit is contained in:
parent
9472e352b0
commit
508486ea00
File diff suppressed because one or more lines are too long
|
@ -7,7 +7,7 @@
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<link href="css/app.css" rel="stylesheet" />
|
<link href="css/app.css" rel="stylesheet" />
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
|
||||||
<link href="_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
<link href="css/MudBlazor.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<!-- If you add any scoped CSS files, uncomment the following to load them
|
<!-- If you add any scoped CSS files, uncomment the following to load them
|
||||||
<link href="Otakians.styles.css" rel="stylesheet" /> -->
|
<link href="Otakians.styles.css" rel="stylesheet" /> -->
|
||||||
|
|
Loading…
Reference in New Issue