Skip to content

Commit

Permalink
docs(installation): add a note regarding PATH_TO_NUGET
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho authored Nov 28, 2024
1 parent a211ca4 commit d8efd0f
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
{
Title = "Install Tailwind CSS",
Code = new CodeBlock("tailwind.config.js", "installationConfig"),
Body = @<p>LumexUI is built on top of Tailwind CSS. To install, follow the official <LumexLink Href="https://tailwindcss.com/docs/installation" External="@true">installation guide</LumexLink>. Then, modify the <code>tailwind.config.js</code> file.</p>
Body = @<text>
<p>
LumexUI is built on top of Tailwind CSS. To install, follow the official <LumexLink Href="https://tailwindcss.com/docs/installation" External="@true">installation guide</LumexLink>. Then, modify the <code>tailwind.config.js</code> file.
</p>
<i>
Note: the <code>PATH_TO_NUGET</code> is the NuGet package path on the machine.
</i>
</text>
},
new Step()
{
Expand Down

0 comments on commit d8efd0f

Please sign in to comment.