Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 02:39
· 35 commits to main since this release
111ea84

4.0.0 (2023-11-19)

Features

BREAKING CHANGES

  • colors: Alpha channels in colors are no longer stripped. If you want the alpha channels stripped still, either do so manually or change the classes you are using to use the opacity modifier syntax with the opacity set to 100 e.g. from bg-primary to bg-primary/100.