-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Add a "row without gutters" class #19107
Comments
New features are no longer being allowed into v3. |
Duplicate of #15180, although that was only for v3. |
Pardon that ,,, but can it be added to v4 .. On the duplication thing , well there is not one but there are many requests for the same |
I think that's the point of sass. Just set the padding to 0 and recompile. |
Perhaps you could use the existing |
I would find it super useful as well. I never thought of doing it before and created instead no-margin and no-padding classes to override the usual row behavior. Looking at the structure of the sass files of v4, to add it should look like this:
|
CC: @mdo for feedback |
Waiting For The V4 |
@silvereh - I am not very good in sass ( at the moment ) ... so can you please do a pull request for the same Update (21 Mar, 2017): Now I am good in sass/scss. 😈 |
@IamManchanda |
+1 this really should be built into bootstrap. At the moment you cannot use the grid system without adding gutters (except with the |
I think the specificity of The margin properties of |
@SimonDegraeve if you have to ask me, i will go with |
There are many instances when u want the grid to don't have the gutters in it .
As it just take small 8-9 lines of code then why not
The SCSS/Less Version of the same
The scss-lint version
Will be great if this can be added in v4 ?
The text was updated successfully, but these errors were encountered: