Releases: sambeevors/tailwindcss-neumorphism
Releases · sambeevors/tailwindcss-neumorphism
0.1.0
The customizability update
The first major update for tailwindcss-neumorphism is here, and it adds some new useful customizability options.
What's new?
- Multiple sizes! By default effects are generated from
xs
toxl
(5 in total) but can be to any number of sizes. Values can be generated from any valid sizing unit (px
/em
/%
etc). Setting a key ofdefault
will generate an unsuffixed class. - The
neumorphism
variant has been split into its separate effects;neumorphismFlat
,neumorphismConcave
,neumorphismConvex
, andneumorphismInset
. This allows for individual toggling of effects. - The effects have been slightly tweaked to look better on particularly light / dark backgrounds, but this should generally improve the effect.
Upgrading from 0.0.x
If you have customised your variants in the config, these will need splitting into the 4 new variants. Everything else should just work, though you may see some slight differences in colors on particularly light / dark backgrounds - hopefully you'll agree the tweaks are a modest improvement.
tailwindcss-neumorphism 0.0.2
- Changed variant key from
neumorphisms
toneumorphism
tailwindcss-neumorphism 0.0.1
Initial Release
Generate 4 different neumorphism effects for soft UI designs