diff --git a/docs/LumexUI.Docs.Client/Components/Layouts/InstallationLayout.razor b/docs/LumexUI.Docs.Client/Components/Layouts/InstallationLayout.razor index 9d1cab9c..7dc0cdb2 100644 --- a/docs/LumexUI.Docs.Client/Components/Layouts/InstallationLayout.razor +++ b/docs/LumexUI.Docs.Client/Components/Layouts/InstallationLayout.razor @@ -36,6 +36,13 @@ + + + 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 + this Github conversation. + diff --git a/docs/LumexUI.Docs.Client/Pages/Getting Started/Installation.razor b/docs/LumexUI.Docs.Client/Pages/Getting Started/Installation.razor index 727bde59..a8e85e4d 100644 --- a/docs/LumexUI.Docs.Client/Pages/Getting Started/Installation.razor +++ b/docs/LumexUI.Docs.Client/Pages/Getting Started/Installation.razor @@ -18,10 +18,10 @@ Code = new CodeBlock("tailwind.config.js", "installationConfig"), Body = @

- LumexUI is built on top of Tailwind CSS. To install, follow the official installation guide. Then, modify the tailwind.config.js file. + LumexUI is built on top of Tailwind CSS. To install, follow the official installation guide. Then, modify the tailwind.config.js file.

- Note: the PATH_TO_NUGET is the NuGet package path on the machine. + Note: the PATH_TO_NUGET is the NuGet package path on the machine.
},