Plumeria 13.2

2026-06-15

refirst11
refirst11Core team members

Plumeria 13.2.0 has been released! 🎉

  • turbopack-loader has been tweaked and fixed.
  • The themeSelector argument of createTheme now has a type.

CreateTheme argument now has a TypeScript type

First argument must be selector which start with ".", "[", "@".

type CreateThemeSelector = DotString | ArrayString | AtRule;
const theme = css.createTheme(".dark"{
  primary: {
    default: 'skyblue',
    theme: 'yellow'
  }
})

Fix turbopack-loader

  • fix dynamic className and style attributes
  • fix cleanStaleThemeRules regex edge cases

As always, thanks to everyone who is trying out Plumeria.
Feedback is welcome in GitHub Discussions and bug reports in Issues.