Skip to content

Not able to use some values with directional style #104

@keshavmahawar

Description

@keshavmahawar

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions