You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.
w-alpha and w-omega can currently be used to eliminate margins on the far left and right, but what if I have a series of 4 w-3 elements like in this plunkr http://plnkr.co/edit/MR8AXQ?p=preview and I want no margins between any of my w-3s?
I feel like I'm missing a class or something already in waffles that does this.
Toodles,
Joe
The text was updated successfully, but these errors were encountered:
Handy plunkr. I need to modify how the alpha omegas do clearing when there are multiple inline.Yo'll see that both alpha and omega do clear both, and alpha clears left, omega clears right. This is pretty much what we'd have to modify to behave like you want.
I'd like to, when I can experiment with a prototype. I want to be sure that this wouldn't result in any unforeseen behavior in the mixed fixed/fluid composition of grid widths.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
w-alpha
andw-omega
can currently be used to eliminate margins on the far left and right, but what if I have a series of 4w-3
elements like in this plunkr http://plnkr.co/edit/MR8AXQ?p=preview and I want no margins between any of myw-3
s?I feel like I'm missing a class or something already in waffles that does this.
Toodles,
Joe
The text was updated successfully, but these errors were encountered: