Skip to content

Conversation

@Brano5
Copy link
Collaborator

@Brano5 Brano5 commented Jan 28, 2026

This pull request updates the Tailwind CSS setup in the Blazor presentation controls and sandbox app, and bumps the version of the Inxton.Operon package. The main change is a simplification and standardization of the Tailwind CSS import and layering approach, removing custom theme and base CSS definitions from the sandbox app and aligning both CSS files to use a consistent structure.

Tailwind CSS configuration updates:

  • Both AXSharp.Presentation.Blazor.Controls/wwwroot/css/tailwind.css and IxBlazor.App/wwwroot/css/tailwind.css now use @layer theme, base, components, utilities; and import only tailwindcss/theme.css and tailwindcss/utilities.css with explicit layering, removing direct imports of the main Tailwind file and custom CSS.
  • The sandbox app's tailwind.css had all custom theme variables, base styles, and dark mode overrides removed, streamlining the file to match the controls' CSS and rely more on Tailwind's built-in theming.

Dependency update:

  • Updated the Inxton.Operon NuGet package version from 0.3.0-alpha.102 to 0.3.0-alpha.104 in Directory.Packages.props.

@Brano5 Brano5 requested a review from PTKu January 28, 2026 15:06
@Brano5 Brano5 self-assigned this Jan 28, 2026
@Brano5 Brano5 requested a review from TomKovac January 29, 2026 05:05
@TomKovac TomKovac merged commit 0206923 into dev Jan 29, 2026
2 checks passed
@TomKovac TomKovac deleted the package-update branch January 29, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants