diff --git a/README.md b/README.md index 6afae96..f0969fe 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,16 @@ and now you are ready to make your borders ## Configuration - `dashed-border-color-[color]` -- `dashed-border-width-[spacing]` +- `dashed-border-width-[px]` - `dashed-border-length-[spacing]` - `dashed-border-gap-[spacing]` - `dashed-border-offset-[spacing]` - `dashed-border-align-["inside"/"edge"/"outside"]` -- `dashed-border-align-[spacing]` (0 - inside, 1 - outside, etc.) +- `dashed-border-align-[[number]]` - example `dashed-border-align-[0.4]` (0 - inside, 0.5 - edge, 1 - outside, etc.) ## Vanilla extended -- `duration-[time]` +- `duration-[ms]` - `[timing function]` (`easing-linear`, `ease-in-out`, etc.) -- `transition-all` - animation may not work without it. \ No newline at end of file +- `transition` - allow transition for all border properties. +- `transition-all` - allow transition for all border properties. +- `transition-dashed-border` - to target only dashed border transitions. \ No newline at end of file