clarify the docks

This commit is contained in:
2026-09-08 19:26:21 +03:00
parent c64c10e329
commit 2d964a5027
+6 -4
View File
@@ -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.
- `transition` - allow transition for all border properties.
- `transition-all` - allow transition for all border properties.
- `transition-dashed-border` - to target only dashed border transitions.