From 2d964a50272021b03a5bedd8c5862cf429c094e6 Mon Sep 17 00:00:00 2001 From: Mira Date: Tue, 8 Sep 2026 19:26:21 +0300 Subject: [PATCH] clarify the docks --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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