Fixed intellisense issue with missing css classes from mudblazor

This commit is contained in:
BOT Alex 2023-05-18 03:53:06 +02:00
parent 9472e352b0
commit b5c85ed451
2 changed files with 9 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,6 +8,8 @@
<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="_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" /> -->