Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

margin-inline-end wont work #32

Open
elron opened this issue Oct 22, 2023 · 0 comments · May be fixed by #48
Open

margin-inline-end wont work #32

elron opened this issue Oct 22, 2023 · 0 comments · May be fixed by #48

Comments

@elron
Copy link

elron commented Oct 22, 2023

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; 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant