Skip to content

margin-inline-end wont work #32

@elron

Description

@elron

when I try this:
inline-block -ms-1 me-1.5 text-xl

I get:

display: inline-block; 
font-size: 1.25rem;
line-height: 1.75rem; 

but I should get:

display: inline-block; 
margin-inline-start: 0.375rem; // Missing
margin-inline-end: -0.25rem; // Missing
font-size: 1.25rem;
line-height: 1.75rem; 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions