Hi!!
Not able to use some values with directional styles (utility) like mt-0.25 mb-1.25 which is supported by height width and margins
Reason
in case of resolving from spacing spacing.tsx the value is returned null if not found in config
const configValue = config?.[value];
if (!configValue) {
return null;
}
can we please have un-configured styles support in these spacing also, this would be really useful will make sense as they are already supported in other places also