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 508486ea00
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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" /> -->