forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the col-ms purposal in twbs#10203 for v3.3.1
- Loading branch information
1 parent
9a7e365
commit fe2580a
Showing
11 changed files
with
289 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
fe2580a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just discussing with another developer the need for this and was glad to see others have requested it as well.
fe2580a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I'm glad you've done this. I'm a little worried about editing the bootstrap.css directly. Do you have the styles in a separate sheet that we could use instead?
fe2580a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rtaustin Sorry, I don't have it in a seperate css file, because the xs breakpoint must be changed to add this, and as such editing the .less files and rebuilding is the simplest and more maintainable way.
If you want to port this to a newer version, you can ignore the dist folder (css files) as those are built and not edited by hand and if you're using a customized bootstrap, you can do the same thing by editing less/bootstrap.less and re-building bootstrap.css.