Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@
</li>
</ul>
</DocsSection>

<Callout Variant="@CalloutVariant.Warning">
Please be aware that LumexUI isn't fully compatible with Tailwind CSS v4.0 at this time. If this is the
version you plan on using, proceed at your own risk. More information can be found in
<LumexLink Href="https://github.com/LumexUI/lumexui/issues/156"
External="true">this Github conversation</LumexLink>.
</Callout>
<LumexDivider />
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Code = new CodeBlock("tailwind.config.js", "installationConfig"),
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.
LumexUI is built on top of Tailwind CSS. To install, follow the official <LumexLink Href="https://v3.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.
Expand Down