Fixed intellisense issue with missing css classes from mudblazor
This commit is contained in:
parent
9472e352b0
commit
b5c85ed451
File diff suppressed because one or more lines are too long
|
@ -8,6 +8,8 @@
|
|||
<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="_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
|
||||
<link href="Otakians.styles.css" rel="stylesheet" /> -->
|
||||
|
|
Loading…
Reference in New Issue