The default offset seems confused.
For example, in Tailwind you can't use the top class alone, it must be top-0 or top-1. In the other way, you can use the border class alone, and its default border-width is 1px, because when you want to use border, it should already be there and visible to you.
But with anchor positioning, its default behavior is to be the SAME as its anchor, not offsetting by any pixels.
Please fix this or please give a way to opt-out of the default offset.
Anyway, the plugin is great!
The default offset seems confused.
For example, in Tailwind you can't use the
topclass alone, it must betop-0ortop-1. In the other way, you can use theborderclass alone, and its defaultborder-widthis1px, because when you want to use border, it should already be there and visible to you.But with anchor positioning, its default behavior is to be the SAME as its anchor, not offsetting by any pixels.
Please fix this or please give a way to opt-out of the default offset.
Anyway, the plugin is great!