Skip to content

@plone/theming 1.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 23 Dec 15:14
· 698 commits to main since this release
525a6fa

1.0.0-alpha.3 (2025-12-23)

Feature

  • Added --color-brand since it's used by some libraries (platejs). @sneridagh #7393

Bugfix

  • Fixed styles when the main theme is tailwind-based. @pnicolli

Internal

  • Fixed unused vars linting rule. Fixed all code that violated this rule. @sneridagh #7395
  • Added styles/colors.css to eventually centralize the definition of colors in there. @sneridagh