-
Notifications
You must be signed in to change notification settings - Fork 3
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
not fix and not legacy #3
Comments
sorry I don't fully understand what you're getting at, can you provide a before/after code sample? |
.el:before,
.el:after {
content: '';
display: table;
}
el:after {
clear: both;
}
.inner {
margin: 40px 0;
} div.el
div.inner content |
Right, I get what you're trying to do now. I don't think this kind of thing fits with this plugin, since you're not 'clearing' anything. You're changing the element's display context, and a You can also use |
Okay, thanks. |
I like to use case with
before
andafter
that will clear margin collapsing. But legacy is not that thing I want.The text was updated successfully, but these errors were encountered: