Alignment classes #23203
m1ga
started this conversation in
Feature Request
Alignment classes
#23203
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
When setting a text alignment e.g.
align: centerit will only set it as a property to the custom class. It doesn't set any class likee-align-centeron the element. That makes it impossible to find aligned elements with CSS.Describe the solution you'd like
Add classes like
e-align-centerto the divDescribe alternatives you've considered
No response
Additional context
No response
All reactions