Skip to content

Commit 12626a8

Browse files
author
aorzelskiGH
committed
Change to local tailwind
1 parent 14b2b98 commit 12626a8

10 files changed

Lines changed: 1745 additions & 190 deletions

File tree

src/AasxServerBlazor/AasxServerBlazor.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<Content Remove="schema.json" />
6969
<Content Remove="wwwroot\2022-02-15_IDTA_AAS-Logo_Final_RGB.png" />
7070
<Content Remove="wwwroot\Cable2.jpg" />
71+
<Content Remove="wwwroot\css\input.css" />
7172
<Content Remove="wwwroot\db-schema.jpg" />
7273
<Content Remove="wwwroot\ex.png" />
7374
<Content Remove="wwwroot\Ex_IECEx.jpg" />
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
@page "/Index"
1+
@page "/Index"
22

3+
<h1 class="text-3xl font-bold text-red-500">
4+
Tailwind Test
5+
</h1>
36
<TreePage />

src/AasxServerBlazor/Pages/Pcf2.razor

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
@using System.Drawing;
1313
@using System.Globalization;
1414
@using static AasxServer.AasxTask;
15-
@inject NavigationManager NavMan
15+
@inject NavigationManager NavMan
1616
@implements IDisposable
1717

18-
@{
18+
@{
19+
// npm run build:css
1920
DateTime timeStamp = DateTime.UtcNow;
2021
// AasxTask.cfpNode node = AasxTask.createCfpTree(0, timeStamp);
2122
// AasxTask.cfpNode node = AasxTask.root;

src/AasxServerBlazor/Pages/_Host.cshtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<link rel="stylesheet" href="css/site.css" />
1616
<link rel="stylesheet" href="css/treeStyles.css" />
1717

18-
<script src="https://cdn.tailwindcss.com"></script>
19-
2018
<script type="text/javascript">
2119
var interval = setInterval(cyclic, 1000);
2220
var counter = 0;

0 commit comments

Comments
 (0)