You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docfx/articles/blazor/RENDERABLECONTENT.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,18 +238,39 @@ Result:
238
238
239
239
### **Styling**
240
240
241
-
AXSharp.Presentation.Blazor contains in-built styles. Styling is provided by [Bootstrap library](https://getbootstrap.com/). In-built styles can be customized with Sass technology, which will produce SCSS files. SCSS files can be compiled into one CSS file which can be used as application-wide style.
241
+
AXSharp.Presentation.Blazor contains in-built styles. The styling is provided by `momentum.css`, a custom CSS file built with [Tailwind CSS](https://tailwindcss.com/). This approach consolidates all styling into a single dependency for better maintainability.
242
242
243
-
Currently, the framework contains a default style that can be added as a reference in the Blazor application file *_Host.cshtml*in the following way:
243
+
To add the styles to your Blazor application, reference the CSS file in your *_Host.cshtml*(or *App.razor* for .NET 8+ Blazor applications):
0 commit comments